summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/ConnectionHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/client/ConnectionHandler.cpp')
-rw-r--r--qpid/cpp/src/qpid/client/ConnectionHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/ConnectionHandler.cpp b/qpid/cpp/src/qpid/client/ConnectionHandler.cpp
index 3ee3f1cd40..77d43f191d 100644
--- a/qpid/cpp/src/qpid/client/ConnectionHandler.cpp
+++ b/qpid/cpp/src/qpid/client/ConnectionHandler.cpp
@@ -205,7 +205,7 @@ void ConnectionHandler::fail(const std::string& message)
{
errorCode = CLOSE_CODE_FRAMING_ERROR;
errorText = message;
- QPID_LOG(warning, message);
+ QPID_LOG(debug, message);
setState(FAILED);
}