summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cpg.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-06-26 21:39:28 +0000
committerAlan Conway <aconway@apache.org>2008-06-26 21:39:28 +0000
commit9e115470654bf67fbb4720ab3bfb3768b9331e55 (patch)
treeb4ba4b4829e955de74caf6c05c9874e52a1fa262 /cpp/src/qpid/cluster/Cpg.cpp
parenteabcd5c760c8d3b3e8f6f45a29c19148560f91cd (diff)
downloadqpid-python-9e115470654bf67fbb4720ab3bfb3768b9331e55.tar.gz
Plugin framework change: single PluginFactory creates per-target Plugin instances.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@672032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cpg.cpp')
-rw-r--r--cpp/src/qpid/cluster/Cpg.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/Cpg.cpp b/cpp/src/qpid/cluster/Cpg.cpp
index ce8aa0dc33..7b8fce4112 100644
--- a/cpp/src/qpid/cluster/Cpg.cpp
+++ b/cpp/src/qpid/cluster/Cpg.cpp
@@ -104,9 +104,8 @@ Cpg::~Cpg() {
}
void Cpg::shutdown() {
- QPID_LOG(debug, "Shutdown CPG handle " << handle);
if (handles.get(handle)) {
- QPID_LOG(debug, "Finalize CPG handle " << handle);
+ QPID_LOG(debug, "Finalize CPG handle " << std::hex << handle);
handles.put(handle, 0);
check(cpg_finalize(handle), "Error in shutdown of CPG");
}