summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipc/ipc_channel_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc
index 93a94d6..07d205a 100644
--- a/ipc/ipc_channel_posix.cc
+++ b/ipc/ipc_channel_posix.cc
@@ -868,7 +868,7 @@ bool Channel::ChannelImpl::ProcessOutgoingMessages() {
}
PLOG(ERROR) << "pipe error on "
<< fd_written
- << " Currently writing message of size:"
+ << " Currently writing message of size: "
<< msg->size();
return false;
}