summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cpg.cpp
diff options
context:
space:
mode:
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");
}