Skip to content

Commit

Permalink
DAOS-16971 object: revert some log changes
Browse files Browse the repository at this point in the history
Revert some log changes to please CI

Run-GHA: true
Allow-unstable-test: true
Signed-off-by: Di Wang <[email protected]>
  • Loading branch information
wangdi1 committed Feb 1, 2025
1 parent c036a00 commit ee2ba3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/object/srv_obj.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,8 @@ obj_rw_reply(crt_rpc_t *rpc, int status, uint64_t epoch, bool release_input,
orwo->orw_epoch = max(epoch, orwo->orw_epoch);
}

DL_CDEBUG(status == 0 || obj_retry_error(status), DB_IO, DLOG_ERR, status,
"rpc %p:%s opc %d send reply, pmv %d, epoch " DF_X64 ", status %d\n", rpc,
crt_rpc_get_origin_addr(rpc), opc_get(rpc->cr_opc), ioc->ioc_map_ver,
orwo->orw_epoch, status);
D_DEBUG(DB_IO, "rpc %p opc %d send reply, pmv %d, epoch " DF_X64 ", status %d\n", rpc,
opc_get(rpc->cr_opc), ioc->ioc_map_ver, orwo->orw_epoch, status);

if (!ioc->ioc_lost_reply) {
if (release_input)
Expand Down

0 comments on commit ee2ba3f

Please sign in to comment.