summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Connector.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-10-17 16:13:13 +0000
committerAlan Conway <aconway@apache.org>2008-10-17 16:13:13 +0000
commita039e57108ed06586e73a255dc824ed27fc6de2a (patch)
tree22683a3561307ab6ccfa6ba1107a4e5e4c7a0b9e /cpp/src/qpid/client/Connector.cpp
parent1a0e5ee95bbc32a78daeed9e6538921a9b86157d (diff)
downloadqpid-python-a039e57108ed06586e73a255dc824ed27fc6de2a.tar.gz
Suppress logging expected errors in tests.
Improved log messages for connection, session errors. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705661 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Connector.cpp')
-rw-r--r--cpp/src/qpid/client/Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Connector.cpp b/cpp/src/qpid/client/Connector.cpp
index fe7793c432..e674a738c2 100644
--- a/cpp/src/qpid/client/Connector.cpp
+++ b/cpp/src/qpid/client/Connector.cpp
@@ -394,7 +394,7 @@ void TCPConnector::run(){
aio->queueForDeletion();
socket.close();
} catch (const std::exception& e) {
- QPID_LOG(error, e.what());
+ QPID_LOG(error, QPID_MSG("FAIL " << identifier << ": " << e.what()));
handleClosed();
}
}