| Index: ipc/ipc_logging.cc
|
| diff --git a/ipc/ipc_logging.cc b/ipc/ipc_logging.cc
|
| index 25286b183690095a4e2c36501ef6cbbd3d1efa83..9dde5a574f3715fbd3f35b75f2e7f8d697a3fe90 100644
|
| --- a/ipc/ipc_logging.cc
|
| +++ b/ipc/ipc_logging.cc
|
| @@ -130,8 +130,8 @@ void Logging::OnSendMessage(Message* message, const std::string& channel_id) {
|
| // This is actually the delayed reply to a sync message. Create a string
|
| // of the output parameters, add it to the LogData that was earlier stashed
|
| // with the reply, and log the result.
|
| - data->channel = channel_id;
|
| GenerateLogData("", *message, data, true);
|
| + data->channel = channel_id;
|
| Log(*data);
|
| delete data;
|
| message->set_sync_log_data(NULL);
|
|
|