From: Sage Weil Date: Fri, 13 Dec 2013 21:38:13 +0000 (-0800) Subject: osd/ReplicatedPG: debug: clean up oi printout X-Git-Tag: v0.75~45^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1af6723cdcac75fc7a37db7e4019bdb612d7485c;p=ceph.git osd/ReplicatedPG: debug: clean up oi printout Signed-off-by: Sage Weil --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 6d3c4f9fe755..f6ba6fd023a4 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -1112,8 +1112,7 @@ void ReplicatedPG::do_op(OpRequestRef op) return; } - dout(25) << __func__ << ": object " << obc->obs.oi.soid - << " has oi of " << obc->obs.oi << dendl; + dout(25) << __func__ << " oi " << obc->obs.oi << dendl; // are writes blocked by another object? if (obc->blocked_by) {