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); |
} |
} |