mirror of
https://github.com/ceph/ceph
synced 2024-12-28 14:34:13 +00:00
Merge PR #26754 into master
* refs/pull/26754/head: osdc: remove lderr() hexdump from handle_osd_op_reply Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
e6d6716ea0
@ -3475,9 +3475,6 @@ void Objecter::handle_osd_op_reply(MOSDOpReply *m)
|
||||
} else {
|
||||
m->claim_data(*op->outbl);
|
||||
}
|
||||
lderr(cct) << __func__ << " data:\n";
|
||||
op->outbl->hexdump(*_dout);
|
||||
*_dout << dendl;
|
||||
op->outbl = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user