Index: base/process_linux.cc |
=================================================================== |
--- base/process_linux.cc (revision 106858) |
+++ base/process_linux.cc (working copy) |
@@ -113,7 +113,7 @@ |
setpriority( |
PRIO_PROCESS, process_, current_priority + kPriorityAdjustment); |
if (result == -1) { |
- LOG(ERROR) << "Failed to lower priority, errno: " << errno; |
+ DLOG(ERROR) << "Failed to lower priority, errno: " << errno; |
return false; |
} |
saved_priority_ = current_priority; |