summaryrefslogtreecommitdiffstats
path: root/src/lib/config/config_messages.mes
diff options
context:
space:
mode:
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>2013-02-22 11:16:30 +0100
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>2013-02-22 11:22:04 +0100
commit83966d1e3ede61d6e71a26d179e2d2d30b4655df (patch)
tree5eae7a3763bb1d779ad66ce5ba64d753cbf15398 /src/lib/config/config_messages.mes
parent[2768] Output seq of message waited for (diff)
downloadkea-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.mes4
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.