From b486f62b2edeef1db62f1fe899c100c03ac82a63 Mon Sep 17 00:00:00 2001 From: Bogdan Pintea Date: Tue, 22 Jan 2008 18:24:14 +0000 Subject: [PATCH] b/f: cont'd & closed rev 616. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@617 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/binrpcctrl/BrpcCtrlInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {