ceph_assert((*c)->exists);
if ((*c)->onode_map.map_any([&](OnodeRef o) {
if (o->exists) {
- dout(10) << __func__ << " " << o->oid << " " << o
- << " exists in onode_map" << dendl;
+ dout(1) << __func__ << " " << o->oid << " " << o
+ << " exists in onode_map" << dendl;
return true;
}
++nonexistent_count;
auto onode = (*c)->onode_map.lookup(*it);
exists = !onode || onode->exists;
if (exists) {
- dout(10) << __func__ << " " << *it
+ dout(1) << __func__ << " " << *it
<< " exists in db" << dendl;
}
}