From: Sage Weil Date: Mon, 6 Jun 2016 17:49:44 +0000 (-0400) Subject: os/bluestore: do not print bnode key to debug X-Git-Tag: v11.0.0~160^2~20 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=65f379bf3b0aa88f745e3a2ffd319130dcbb56ba;p=ceph.git os/bluestore: do not print bnode key to debug Signed-off-by: Sage Weil --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 88c3966070a2..3ba871393901 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -882,7 +882,7 @@ BlueStore::BnodeRef BlueStore::Collection::get_bnode( get_bnode_key(pgid.shard, pgid.pool(), hash, &key); BnodeRef e = new Bnode(hash, key, &bnode_set); dout(10) << __func__ << " hash " << std::hex << hash << std::dec - << " created " << e << " " << key << dendl; + << " created " << e << dendl; bufferlist v; int r = store->db->get(PREFIX_OBJ, key, &v);