diff options
author | Stephen D. Huston <shuston@apache.org> | 2008-10-24 22:04:36 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2008-10-24 22:04:36 +0000 |
commit | 695fc6415d04d7b573111a431fed903360c37384 (patch) | |
tree | 9cf27e9fa7630efc65f08b26fabb7e04c15c4e60 /cpp/src/qpid/client/Connector.cpp | |
parent | 4b1f0c32c908d37807aa907a34137e5bf3e34639 (diff) | |
download | qpid-python-695fc6415d04d7b573111a431fed903360c37384.tar.gz |
Fix compile errors introduced by Address changes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707760 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Connector.cpp')
-rw-r--r-- | cpp/src/qpid/client/Connector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Connector.cpp b/cpp/src/qpid/client/Connector.cpp index 67e9239224..f7a8d8b853 100644 --- a/cpp/src/qpid/client/Connector.cpp +++ b/cpp/src/qpid/client/Connector.cpp @@ -185,7 +185,7 @@ TCPConnector::TCPConnector(ProtocolVersion ver, aio(0), impl(cimpl) { - QPID_LOG(debug, "TCPConnector created for " << version); + QPID_LOG(debug, "TCPConnector created for " << version.toString()); settings.configureSocket(socket); } |