From 193407235ad86c6209924c9b67ea6184caf071c1 Mon Sep 17 00:00:00 2001 From: "tommi@chromium.org" Date: Mon, 17 Aug 2009 19:53:25 +0000 Subject: Update log to not claim Connect was always called twice. :) TEST=Fixes a simple trace. BUG=none Review URL: http://codereview.chromium.org/171053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23569 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_channel_win.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc') 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()); -- cgit v1.1