diff options
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
