summaryrefslogtreecommitdiff
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
commit88b98b2f4152ef59a671fad55a0d08338b6b78ca (patch)
treea88ee23bb194eb91f0ebb2d9b23ff423e3ea8e37
parent1cfc0dc6a7e4b951f47452bdc22cc178ab159c22 (diff)
downloadqpid-python-88b98b2f4152ef59a671fad55a0d08338b6b78ca.tar.gz
NO-JIRA: Corrected location of some tracing
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1128070 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/client/ConnectionImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/ConnectionImpl.cpp b/qpid/cpp/src/qpid/client/ConnectionImpl.cpp
index 577a9ecd98..4b7aa07065 100644
--- a/qpid/cpp/src/qpid/client/ConnectionImpl.cpp
+++ b/qpid/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.