From: David Zafman Date: Tue, 22 Oct 2013 03:26:18 +0000 (-0700) Subject: osd: Simple dout() fix X-Git-Tag: v0.74~72^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=19dbf7bc1eff3d9e8635a32058d0965276ce49fe;p=ceph.git osd: Simple dout() fix Signed-off-by: David Zafman --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index d63a0a1c1157..444fe33dcb8c 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -7024,7 +7024,7 @@ void OSD::handle_replica_op(OpRequestRef op) T *m = static_cast(op->get_req()); assert(m->get_header().type == MSGTYPE); - dout(10) << __func__ << *m << " epoch " << m->map_epoch << dendl; + dout(10) << __func__ << " " << *m << " epoch " << m->map_epoch << dendl; if (m->map_epoch < up_epoch) { dout(3) << "replica op from before up" << dendl; return;