| Index: third_party/mojo/src/mojo/edk/system/channel_endpoint.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/channel_endpoint.cc b/third_party/mojo/src/mojo/edk/system/channel_endpoint.cc
|
| index 0e071d8eef50a2187b773dee198a9886f0307fd2..8ef1f40f52e97df1091f991ad152c25bf8460337 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/channel_endpoint.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/channel_endpoint.cc
|
| @@ -82,8 +82,8 @@
|
| remote_id_ = remote_id;
|
|
|
| while (!channel_message_queue_.IsEmpty()) {
|
| - bool ok = WriteMessageNoLock(channel_message_queue_.GetMessage());
|
| - LOG_IF(WARNING, !ok) << "Failed to write enqueue message to channel";
|
| + LOG_IF(WARNING, !WriteMessageNoLock(channel_message_queue_.GetMessage()))
|
| + << "Failed to write enqueue message to channel";
|
| }
|
|
|
| if (!client_) {
|
|
|