summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ErrorCheck.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-10-05 18:09:34 +0000
committerAlan Conway <aconway@apache.org>2009-10-05 18:09:34 +0000
commit873e2d1ea874d98000de259cc579530cb7e66d9c (patch)
tree08e90848c78d121d09aa8749dacaed0b2877a046 /cpp/src/qpid/cluster/ErrorCheck.h
parentc411741206b954ad8de24833c5d066d53f9dc69a (diff)
downloadqpid-python-873e2d1ea874d98000de259cc579530cb7e66d9c.tar.gz
Minor improvements to cluster logging.
Include the original error message in critical log messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@821948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ErrorCheck.h')
-rw-r--r--cpp/src/qpid/cluster/ErrorCheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/ErrorCheck.h b/cpp/src/qpid/cluster/ErrorCheck.h
index 09028391ac..c975b9af64 100644
--- a/cpp/src/qpid/cluster/ErrorCheck.h
+++ b/cpp/src/qpid/cluster/ErrorCheck.h
@@ -84,6 +84,7 @@ class ErrorCheck
SequenceNumber frameSeq;
ErrorType type;
Connection* connection;
+ std::string message;
};
}} // namespace qpid::cluster