summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ConnectionImpl.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2011-05-26 20:39:07 +0000
committerAndrew Stitcher <astitcher@apache.org>2011-05-26 20:39:07 +0000
commitb55f9cbc51924b7388c39fef5a9556e380ef1486 (patch)
treec2c7b17f1fcaae3fd7a486c6783da6f43cf14cb8 /cpp/src/qpid/client/ConnectionImpl.cpp
parent17aa46a071afc4aafdf1ce73c3b26f3f81da4e4f (diff)
downloadqpid-python-b55f9cbc51924b7388c39fef5a9556e380ef1486.tar.gz
NO-JIRA: Corrected location of some tracing
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1128070 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/ConnectionImpl.cpp')
-rw-r--r--cpp/src/qpid/client/ConnectionImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/ConnectionImpl.cpp b/cpp/src/qpid/client/ConnectionImpl.cpp
index 577a9ecd98..4b7aa07065 100644
--- a/cpp/src/qpid/client/ConnectionImpl.cpp
+++ b/cpp/src/qpid/client/ConnectionImpl.cpp
@@ -268,7 +268,6 @@ void ConnectionImpl::open()
throw;
}
connector->init();
- QPID_LOG(info, *this << " connected to " << protocol << ":" << host << ":" << port);
// Enable heartbeat if requested
uint16_t heartbeat = static_cast<ConnectionSettings&>(handler).heartbeat;
@@ -283,6 +282,7 @@ void ConnectionImpl::open()
// - in that case in connector.reset() above;
// - or when we are deleted
handler.waitForOpen();
+ QPID_LOG(info, *this << " connected to " << protocol << ":" << host << ":" << port);
// If the SASL layer has provided an "operational" userId for the connection,
// put it in the negotiated settings.