summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/Exception.cpp')
-rw-r--r--cpp/src/qpid/Exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/Exception.cpp b/cpp/src/qpid/Exception.cpp
index 7e34e49bef..11051d1a2e 100644
--- a/cpp/src/qpid/Exception.cpp
+++ b/cpp/src/qpid/Exception.cpp
@@ -32,7 +32,7 @@ std::string strError(int err) {
}
static void ctorLog(const std::exception* e) {
- QPID_LOG(trace, "Exception constructor " << typeid(e).name() << ": " << e->what());
+ QPID_LOG(trace, "Exception: " << e->what());
}
Exception::Exception() throw() { ctorLog(this); }