From c23d4c20106e9be2c9b7a391c85eb30e77d6fc34 Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Thu, 23 Jun 2011 10:11:07 -0700 Subject: [PATCH] libceph: delogbalize, again Signed-off-by: Colin McCabe --- src/libceph.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libceph.cc b/src/libceph.cc index 65076cfe9cb47..91913c3f94ddc 100644 --- a/src/libceph.cc +++ b/src/libceph.cc @@ -52,8 +52,8 @@ public: } catch (const std::exception& e) { // we shouldn't get here, but if we do, we want to know about it. - derr << "ceph_mount_info::~ceph_mount_info: caught exception: " - << e.what() << dendl; + lderr(cct) << "ceph_mount_info::~ceph_mount_info: caught exception: " + << e.what() << dendl; } catch (...) { // ignore -- 2.39.5