Chromium Code Reviews| Index: base/metrics/stats_table.cc |
| =================================================================== |
| --- base/metrics/stats_table.cc (revision 106858) |
| +++ base/metrics/stats_table.cc (working copy) |
| @@ -265,7 +265,7 @@ |
| impl_ = Private::New(name, table_size, max_threads, max_counters); |
| if (!impl_) |
| - PLOG(ERROR) << "StatsTable did not initialize"; |
| + DPLOG(ERROR) << "StatsTable did not initialize"; |
| } |
| StatsTable::~StatsTable() { |