summaryrefslogtreecommitdiffstats
path: root/src/lib/config/config_messages.mes
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2017-07-03 14:08:54 +0200
committerMarcin Siodelski <marcin@isc.org>2017-07-03 14:08:54 +0200
commit5d68c24bff453f2b44cb25d80fc77aad64abbf98 (patch)
tree00e299cc6a517027334ead60378816f74d7610d0 /src/lib/config/config_messages.mes
parent[5318] PoC for extending maximum request/response over 64k in Ctrl channel. (diff)
downloadkea-5d68c24bff453f2b44cb25d80fc77aad64abbf98.tar.xz
kea-5d68c24bff453f2b44cb25d80fc77aad64abbf98.zip
[5318] Cleanup comments and log messages in the CommandMgr.
Diffstat (limited to 'src/lib/config/config_messages.mes')
-rw-r--r--src/lib/config/config_messages.mes29
1 files changed, 6 insertions, 23 deletions
diff --git a/src/lib/config/config_messages.mes b/src/lib/config/config_messages.mes
index 40370f7a63..49aeb942a8 100644
--- a/src/lib/config/config_messages.mes
+++ b/src/lib/config/config_messages.mes
@@ -64,22 +64,15 @@ This is an informational message that the socket created for handling
client's connection is closed. This usually means that the client disconnected,
but may also mean a timeout.
-% COMMAND_SOCKET_CONNECTION_OPENED Opened socket %1 for incoming command connection on socket %2
+% COMMAND_SOCKET_CONNECTION_CLOSE_FAIL Failed to close command connection: %1
+This error message is issued when an error occurred when closing a
+command connection and/or removing it from the connections pool. The
+detailed error is provided as an argument.
+
+% COMMAND_SOCKET_CONNECTION_OPENED Opened socket %1 for incoming command connection
This is an informational message that a new incoming command connection was
detected and a dedicated socket was opened for that connection.
-% COMMAND_SOCKET_DUP_WARN Failed to duplicate socket for response: %1
-This debug message indicates that the commandReader was unable to duplicate
-the connection socket prior to executing the command. This is most likely a
-system resource issue. The command should still be processed and the response
-sent, unless the command caused the command channel to be closed (e.g. a
-reconfiguration command).
-
-% COMMAND_SOCKET_FAIL_NONBLOCK Failed to set non-blocking mode for socket %1 created for incoming connection on socket %2: %3
-This error message indicates that the server failed to set non-blocking mode
-on just created socket. That socket was created for accepting specific
-incoming connection. Additional information may be provided as third parameter.
-
% COMMAND_SOCKET_READ Received %1 bytes over command socket %2
This debug message indicates that specified number of bytes was received
over command socket identified by specified file descriptor.
@@ -88,16 +81,6 @@ over command socket identified by specified file descriptor.
This error message indicates that an error was encountered while
reading from command socket.
-% COMMAND_SOCKET_UNIX_CLOSE Command socket closed: UNIX, fd=%1, path=%2
-This informational message indicates that the daemon closed a command
-processing socket. This was a UNIX socket. It was opened with the file
-descriptor and path specified.
-
-% COMMAND_SOCKET_UNIX_OPEN Command socket opened: UNIX, fd=%1, path=%2
-This informational message indicates that the daemon opened a command
-processing socket. This is a UNIX socket. It was opened with the file
-descriptor and path specified.
-
% COMMAND_SOCKET_WRITE Sent response of %1 bytes over command socket %2
This debug message indicates that the specified number of bytes was sent
over command socket identifier by the specified file descriptor.