diff --git a/core/plug-in/binrpcctrl/BrpcCtrlInterface.cpp b/core/plug-in/binrpcctrl/BrpcCtrlInterface.cpp index 550bed23..e3933f37 100644 --- a/core/plug-in/binrpcctrl/BrpcCtrlInterface.cpp +++ b/core/plug-in/binrpcctrl/BrpcCtrlInterface.cpp @@ -654,7 +654,7 @@ brpc_t *BrpcCtrlInterface::rpcExecute(brpc_t *req) if (req_id == rpl->id) break; ERROR("received reply's ID (#%d) doesn't match request's - discarded (%d)", - brpc_id(rpl), brpc_id(req)); + brpc_id(rpl), req_id); brpc_finish(rpl); } if (! rpl) {