From b71f9f14c22bb8a0d449eb45c1fcb0411008c220 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 8 Mar 2016 16:41:59 -0500 Subject: [PATCH] os/bluestore: make _do_omap_clear debug line pretty Signed-off-by: Sage Weil --- src/os/bluestore/BlueStore.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 0f2d71d33b4be..4d8602494634c 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -6030,7 +6030,8 @@ void BlueStore::_do_omap_clear(TransContext *txc, uint64_t id) it->lower_bound(prefix); while (it->valid()) { if (it->key() >= tail) { - dout(30) << __func__ << " stop at " << tail << dendl; + dout(30) << __func__ << " stop at " << pretty_binary_string(tail) + << dendl; break; } txc->t->rmkey(PREFIX_OMAP, it->key()); -- 2.39.5