Skip to content

Commit

Permalink
SQUASH: remove dout(1) for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
  • Loading branch information
batrick committed Mar 29, 2023
1 parent 78d0aca commit 6375d9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mds/CDir.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2559,7 +2559,6 @@ void CDir::_omap_commit(int op_prio)
string key;
dn->key().encode(key);

dout(1) << *dn << " " << dn->corrupt_first_loaded << dendl;
if (!dn->corrupt_first_loaded) {
dn->check_corruption(false);
}
Expand Down

0 comments on commit 6375d9a

Please sign in to comment.