diff options
author | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2013-02-22 11:16:30 +0100 |
---|---|---|
committer | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2013-02-22 11:22:04 +0100 |
commit | 83966d1e3ede61d6e71a26d179e2d2d30b4655df (patch) | |
tree | 5eae7a3763bb1d779ad66ce5ba64d753cbf15398 /src/lib/config/config_messages.mes | |
parent | [2768] Output seq of message waited for (diff) | |
download | kea-83966d1e3ede61d6e71a26d179e2d2d30b4655df.tar.xz kea-83966d1e3ede61d6e71a26d179e2d2d30b4655df.zip |
[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.
Diffstat (limited to 'src/lib/config/config_messages.mes')
-rw-r--r-- | src/lib/config/config_messages.mes | 4 |
1 files changed, 4 insertions, 0 deletions
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. |