Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: base/process_util_openbsd.cc

Issue 8490020: fix typo introduced in CR# 8341026 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util_openbsd.cc
diff --git a/base/process_util_openbsd.cc b/base/process_util_openbsd.cc
index d4ad5c2a5e4e4887c4b3874382e3d52f8a57338e..2b2bd250391d824aee1d8d7243e44dec282fec2d 100644
--- a/base/process_util_openbsd.cc
+++ b/base/process_util_openbsd.cc
@@ -107,7 +107,7 @@ ProcessIterator::ProcessIterator(const ProcessFilter* filter)
} while (!done && (try_num++ < max_tries));
if (!done) {
- DDLOG(ERROR) << "failed to collect the process list in a few tries";
+ DLOG(ERROR) << "failed to collect the process list in a few tries";
kinfo_procs_.resize(0);
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698