From 53d11e7bd7539ed67c02c6979cbd63b659a87930 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 22 Nov 2013 16:33:40 +0000 Subject: 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@1544602 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp b/qpid/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp index f65f8e5eb0..9d8cf960ca 100644 --- a/qpid/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp +++ b/qpid/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; -- cgit v1.2.1