summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-11-22 16:33:40 +0000
committerGordon Sim <gsim@apache.org>2013-11-22 16:33:40 +0000
commitb8b9bce91c317ac4e8f143668557f49d154c93a0 (patch)
tree0998b47594e9c7d795b8e13303efc62de0fd2ecc /cpp
parent85898f20498da0594141992e77b5f4a3557c0295 (diff)
downloadqpid-python-b8b9bce91c317ac4e8f143668557f49d154c93a0.tar.gz
NO-JIRA: add a bit more visible logging to indicate progress in reconnect attempt
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1544602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/messaging/amqp/ConnectionContext.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp b/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp
index f65f8e5eb0..9d8cf960ca 100644
--- a/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp
+++ b/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp
@@ -914,6 +914,8 @@ bool ConnectionContext::tryConnect(const Url& url)
QPID_LOG(debug, id << " Opened");
return restartSessions();
+ } else {
+ QPID_LOG(notice, "Failed to connect to " << *i);
}
}
return false;