Skip to content

Commit

Permalink
Merge branch 'wip-tracing-fix' into wip-bucket-cleanup-3
Browse files Browse the repository at this point in the history
  • Loading branch information
yehudasa committed Feb 18, 2017
2 parents b29cbf5 + 6609326 commit aedcc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/OSD.cc
Expand Up @@ -9135,7 +9135,7 @@ void OSD::dequeue_op(

// finish
dout(10) << "dequeue_op " << op << " finish" << dendl;
OID_EVENT_TRACE_WITH_MSG(op->get_req(), "DEQUEUE_OP_END", true);
OID_EVENT_TRACE_WITH_MSG(op->get_req(), "DEQUEUE_OP_END", false);
}


Expand Down

0 comments on commit aedcc19

Please sign in to comment.