Skip to content

Commit

Permalink
os/bluestore: remove duplicate logging
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Fedotov <[email protected]>
  • Loading branch information
ifed01 committed Sep 12, 2019
1 parent d3308d2 commit f1346a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/os/bluestore/BlueStore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7685,9 +7685,6 @@ void BlueStore::_fsck_check_objects(FSCKDepth depth,
pool_id = c->cid.is_pg(&pgid) ? pgid.pool() : META_POOL_ID;
dout(20) << __func__ << " collection " << c->cid << " " << c->cnode
<< dendl;

dout(20) << __func__ << " collection " << c->cid << " " << c->cnode
<< dendl;
}

if (depth != FSCK_SHALLOW &&
Expand Down

0 comments on commit f1346a0

Please sign in to comment.