| Index: mojo/edk/system/message_pipe_dispatcher.cc
|
| diff --git a/mojo/edk/system/message_pipe_dispatcher.cc b/mojo/edk/system/message_pipe_dispatcher.cc
|
| index f06054d7e6e9d585017a4a7ca6bdf8577ccd74fe..999869a172eed7539377902a893a3e5f963b423f 100644
|
| --- a/mojo/edk/system/message_pipe_dispatcher.cc
|
| +++ b/mojo/edk/system/message_pipe_dispatcher.cc
|
| @@ -141,7 +141,7 @@ MojoResult MessagePipeDispatcher::WriteMessage(
|
| size_t num_bytes = message->num_bytes();
|
| int rv = node_controller_->SendMessage(port_, message->TakePortsMessage());
|
|
|
| - DVLOG(2) << "Sent message on pipe " << pipe_id_ << " endpoint " << endpoint_
|
| + DVLOG(4) << "Sent message on pipe " << pipe_id_ << " endpoint " << endpoint_
|
| << " [port=" << port_.name() << "; rv=" << rv
|
| << "; num_bytes=" << num_bytes << "]";
|
|
|
| @@ -536,7 +536,7 @@ void MessagePipeDispatcher::OnPortStatusChanged() {
|
| message_size = message.num_payload_bytes();
|
| return false;
|
| }, &unused);
|
| - DVLOG(2) << "New message detected on message pipe " << pipe_id_
|
| + DVLOG(4) << "New message detected on message pipe " << pipe_id_
|
| << " endpoint " << endpoint_ << " [port=" << port_.name()
|
| << "; size=" << message_size << "]";
|
| }
|
|
|