From a804510d81ade0594a75b5c9b8765cafcc233245 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Mon, 16 Jul 2012 13:54:11 +0000 Subject: QPID-3858: Refactor to tidy up several class design issues git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1362039 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/asyncStore/TxnHandleImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/asyncStore/TxnHandleImpl.cpp') diff --git a/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp b/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp index c5371f161c..2b343e9517 100644 --- a/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp +++ b/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp @@ -25,7 +25,7 @@ #include "qpid/Exception.h" #include "qpid/broker/TxnBuffer.h" -#include "qpid/messaging/PrivateImplRef.h" +#include "qpid/log/Statement.h" #include @@ -117,7 +117,7 @@ TxnHandleImpl::createLocalXid() char uuidStr[37]; // 36-char uuid + trailing '\0' ::uuid_unparse(uuid, uuidStr); m_xid.assign(uuidStr); -//std::cout << "TTT TxnHandleImpl::createLocalXid(): Local XID created: \"" << m_xid << "\"" << std::endl << std::flush; + QPID_LOG(debug, "Local XID created: \"" << m_xid << "\""); } }} // namespace qpid::asyncStore -- cgit v1.2.1