ghobject_t oid;
if (is_bnode_key(it->key())) {
if (expecting_objects) {
- dout(30) << __func__ << " had bnode but no objects for "
+ dout(30) << __func__ << " had bnode but no objects for 0x"
<< std::hex << expecting_hash << std::dec << dendl;
++errors;
}
}
if (expecting_objects) {
if (oid.hobj.get_bitwise_key_u32() != expecting_hash) {
- dout(30) << __func__ << " had bnode but no objects for "
+ dout(30) << __func__ << " had bnode but no objects for 0x"
<< std::hex << expecting_hash << std::dec << dendl;
++errors;
}
}
}
if (expecting_objects) {
- dout(30) << __func__ << " had bnode but no objects for "
+ dout(30) << __func__ << " had bnode but no objects for 0x"
<< std::hex << expecting_hash << std::dec << dendl;
++errors;
expecting_objects = false;