From 83966d1e3ede61d6e71a26d179e2d2d30b4655df Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Fri, 22 Feb 2013 11:16:30 +0100 Subject: [2768] Make sure the rpcCall asks for answer Add tests for the fact and fix it. Also, add log from the rpcCall itself, so it can be seen in logs. --- src/lib/config/config_messages.mes | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/config/config_messages.mes') diff --git a/src/lib/config/config_messages.mes b/src/lib/config/config_messages.mes index 552256c300..6735b16c4c 100644 --- a/src/lib/config/config_messages.mes +++ b/src/lib/config/config_messages.mes @@ -94,3 +94,7 @@ manager. % CONFIG_OPEN_FAIL error opening %1: %2 There was an error opening the given file. The reason for the failure is included in the message. + +% CONFIG_RPC_SEQ RPC call %1 to %2 with seq %3 +Debug message, saying there's a RPC call of given command to given module. It +has internal sequence number as listed in the message. -- cgit v1.2.3