summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipc/ipc_channel_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel_win.cc b/ipc/ipc_channel_win.cc
index 9296ea4..b4fc2d0 100644
--- a/ipc/ipc_channel_win.cc
+++ b/ipc/ipc_channel_win.cc
@@ -170,7 +170,7 @@ bool Channel::ChannelImpl::CreatePipe(const std::string& channel_id,
}
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());