summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2016-01-11 17:37:29 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-12 01:38:13 +0000
commitd95b62fe5a986226e37db147af9f997fdd278737 (patch)
treed95b543808c5b7f1f5c4f14eb5abc706fe977f99 /mojo
parentdfe5ea3cd3f800192f48224f6d5aaa142ba8cceb (diff)
downloadchromium_src-d95b62fe5a986226e37db147af9f997fdd278737.zip
chromium_src-d95b62fe5a986226e37db147af9f997fdd278737.tar.gz
chromium_src-d95b62fe5a986226e37db147af9f997fdd278737.tar.bz2
Downgrade spammy log statement
The old EDK had changed this to DVLOG but the new EDK didn't, and it's spammy in normal operations. Review URL: https://codereview.chromium.org/1576133003 Cr-Commit-Position: refs/heads/master@{#368762}
Diffstat (limited to 'mojo')
-rw-r--r--mojo/edk/system/message_pipe_dispatcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/edk/system/message_pipe_dispatcher.cc b/mojo/edk/system/message_pipe_dispatcher.cc
index b35e9cd..a4bbaaf 100644
--- a/mojo/edk/system/message_pipe_dispatcher.cc
+++ b/mojo/edk/system/message_pipe_dispatcher.cc
@@ -973,7 +973,7 @@ void MessagePipeDispatcher::OnError(Error error) {
DVLOG(1) << "MessagePipeDispatcher read error (shutdown)";
break;
case ERROR_READ_BROKEN:
- LOG(ERROR) << "MessagePipeDispatcher read error (connection broken)";
+ DVLOG(1) << "MessagePipeDispatcher read error (connection broken)";
break;
case ERROR_READ_BAD_MESSAGE:
// Receiving a bad message means either a bug, data corruption, or