]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: do not print bnode key to debug
authorSage Weil <sage@redhat.com>
Mon, 6 Jun 2016 17:49:44 +0000 (13:49 -0400)
committerSage Weil <sage@redhat.com>
Wed, 15 Jun 2016 19:25:28 +0000 (15:25 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueStore.cc

index 88c3966070a24ddc1cb12a93bbe42468c9bda36f..3ba8713939018305a420ca26e8d126daa137795a 100644 (file)
@@ -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);