From e583c70d5bb452cc13c6e76372a2b7b681498d8c Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Thu, 10 Apr 2008 13:17:44 +0000 Subject: Minor change to format of log message when exception is thrown git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@646791 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/Exception.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/Exception.cpp') diff --git a/cpp/src/qpid/Exception.cpp b/cpp/src/qpid/Exception.cpp index 1c3636e8c6..a69955c9dc 100644 --- a/cpp/src/qpid/Exception.cpp +++ b/cpp/src/qpid/Exception.cpp @@ -34,7 +34,7 @@ std::string strError(int err) { } Exception::Exception(const std::string& msg) throw() : message(msg) { - QPID_LOG(warning, "Exception: " << message); + QPID_LOG(debug, "Exception thrown: " << message); } Exception::~Exception() throw() {} -- cgit v1.2.1