Skip to content

Commit

Permalink
osd: Simple dout() fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Zafman <[email protected]>
  • Loading branch information
David Zafman authored and Samuel Just committed Nov 19, 2013
1 parent 82e1e7e commit 19dbf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/OSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7024,7 +7024,7 @@ void OSD::handle_replica_op(OpRequestRef op)
T *m = static_cast<T *>(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;
Expand Down

0 comments on commit 19dbf7b

Please sign in to comment.