| Index: base/metrics/persistent_histogram_allocator.cc
|
| diff --git a/base/metrics/persistent_histogram_allocator.cc b/base/metrics/persistent_histogram_allocator.cc
|
| index 62e8cd6d68baa4ca567e97f3c095ce093969eb1c..f53a79c6601a516307382fa92f74760306f09635 100644
|
| --- a/base/metrics/persistent_histogram_allocator.cc
|
| +++ b/base/metrics/persistent_histogram_allocator.cc
|
| @@ -660,7 +660,7 @@ void GlobalHistogramAllocator::Set(
|
| g_allocator = allocator.release();
|
| size_t existing = StatisticsRecorder::GetHistogramCount();
|
|
|
| - DLOG_IF(WARNING, existing)
|
| + DVLOG_IF(1, existing)
|
| << existing << " histograms were created before persistence was enabled.";
|
| }
|
|
|
|
|