Index: ipc/ipc_message_utils.cc |
diff --git a/ipc/ipc_message_utils.cc b/ipc/ipc_message_utils.cc |
index dcbde0bc0366dee7f6482f41354e1701351e4786..937dddb047415f76c881b8ece03b61053c30e57d 100644 |
--- a/ipc/ipc_message_utils.cc |
+++ b/ipc/ipc_message_utils.cc |
@@ -452,6 +452,7 @@ void ParamTraits<IPC::ChannelHandle>::Log(const param_type& p, |
std::string* l) { |
l->append(StringPrintf("ChannelHandle(%s", p.name.c_str())); |
#if defined(OS_POSIX) |
+ l->append(", "); |
ParamTraits<base::FileDescriptor>::Log(p.socket, l); |
#endif |
l->append(")"); |