summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Dispatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/Dispatcher.cpp')
-rw-r--r--cpp/src/qpid/client/Dispatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Dispatcher.cpp b/cpp/src/qpid/client/Dispatcher.cpp
index 2484dabf1f..cc67701748 100644
--- a/cpp/src/qpid/client/Dispatcher.cpp
+++ b/cpp/src/qpid/client/Dispatcher.cpp
@@ -84,7 +84,7 @@ void Dispatcher::run()
if (handler.get()) {
handler->handle(*content);
} else {
- QPID_LOG(error, "No handler found for " << *(content->getMethod()));
+ QPID_LOG(warning, "No handler found for " << *(content->getMethod()));
}
}
}