diff options
Diffstat (limited to 'chromium/content/browser/browser_process_sub_thread.cc')
-rw-r--r-- | chromium/content/browser/browser_process_sub_thread.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/browser/browser_process_sub_thread.cc b/chromium/content/browser/browser_process_sub_thread.cc index e9d0f68e68d..3c6e69942d2 100644 --- a/chromium/content/browser/browser_process_sub_thread.cc +++ b/chromium/content/browser/browser_process_sub_thread.cc @@ -200,8 +200,8 @@ void BrowserProcessSubThread::IOThreadCleanUp() { // Record time spent for the method call. base::TimeDelta network_wait_time = base::TimeTicks::Now() - start_time; UMA_HISTOGRAM_TIMES("NetworkService.ShutdownTime", network_wait_time); - LOG(ERROR) << "Waited " << network_wait_time.InMilliseconds() - << " ms for network service"; + DVLOG(1) << "Waited " << network_wait_time.InMilliseconds() + << " ms for network service"; } } |