summaryrefslogtreecommitdiffstats
path: root/base/process_util_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/process_util_linux.cc')
-rw-r--r--base/process_util_linux.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/process_util_linux.cc b/base/process_util_linux.cc
index c4f206a..cf281b4 100644
--- a/base/process_util_linux.cc
+++ b/base/process_util_linux.cc
@@ -75,6 +75,7 @@ bool ParseProcStats(const std::string& stats_data,
if (open_parens_idx == std::string::npos ||
close_parens_idx == std::string::npos ||
open_parens_idx > close_parens_idx) {
+ DLOG(WARNING) << "Failed to find matched parens in '" << stats_data << "'";
NOTREACHED();
return false;
}