Chromium Code Reviews| Index: ipc/ipc_channel_win.cc |
| =================================================================== |
| --- ipc/ipc_channel_win.cc (revision 23543) |
| +++ ipc/ipc_channel_win.cc (working copy) |
| @@ -170,7 +170,7 @@ |
| } |
| bool Channel::ChannelImpl::Connect() { |
| - DLOG(WARNING) << "Connect called twice"; |
| + DLOG_IF(WARNING, thread_check_.get()) << "Connect called more than once"; |
| if (!thread_check_.get()) |
| thread_check_.reset(new NonThreadSafe()); |