From: Michal 'vorner' Vaner Date: Wed, 19 Dec 2012 12:15:12 +0000 (+0100) Subject: [1190] Reorder the messages alphabetically X-Git-Tag: bind10-1.0.0-rc-release~95^2~21^2~8^2~14^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96c1a3cc7becc69e4bb24cd3e40aaa605e3d90e3;p=thirdparty%2Fkea.git [1190] Reorder the messages alphabetically And do nothing more, so it's easy to review. --- diff --git a/src/bin/msgq/msgq_messages.mes b/src/bin/msgq/msgq_messages.mes index af5ee64f48..8f9c341a40 100644 --- a/src/bin/msgq/msgq_messages.mes +++ b/src/bin/msgq/msgq_messages.mes @@ -19,33 +19,30 @@ # /tools/reorder_message_file.py to make sure the # messages are in the correct order. -% MSGQ_SUBS_NEW_TARGET Creating new target for subscription to group '%1' for instance '%2' -Debug +% MSGQ_HDR_DECODE_ERR Error decoding header received from socket %1: %2 +Error -% MSGQ_SUBS_APPEND_TARGET Appending to existing target for subscription to group '%1' for instance '%2' -Debug +% MSGQ_LISTENER_FAILED Failed to initialize listener on socket file '%1': %2 +Fatal % MSGQ_LISTENER_SETUP Starting to listen on socket file '%1' Debug -% MSGQ_LISTENER_FAILED Failed to initialize listener on socket file '%1': %2 -Fatal - % MSGQ_LISTENER_STARTED Successfully started to listen Debug +% MSGQ_POLL_ERR Error while polling for events: %1 +Error + +% MSGQ_POLL_UNKNOWN_EVENT Got an unknown event from the poller: %1 +Error + % MSGQ_READ_UNKNOWN_FD Got read on strange socket %1 Error, ignoring -% MSGQ_SOCK_CLOSE Closing socket fd %1 -Debug - % MSGQ_RECV_ERR Error reading from socket %1: %2 Error -% MSGQ_HDR_DECODE_ERR Error decoding header received from socket %1: %2 -Error - % MSGQ_RECV_HDR Received header: %1 Debug @@ -55,13 +52,16 @@ Error % MSGQ_SEND_ERR Error while sending to socket %1: %2 Error -% MSGQ_POLL_ERR Error while polling for events: %1 -Error - -% MSGQ_POLL_UNKNOWN_EVENT Got an unknown event from the poller: %1 -Error +% MSGQ_SOCK_CLOSE Closing socket fd %1 +Debug % MSGQ_START Msgq version %1 starting Debug % MSGQ_START_FAIL Error during startup: %1 + +% MSGQ_SUBS_APPEND_TARGET Appending to existing target for subscription to group '%1' for instance '%2' +Debug + +% MSGQ_SUBS_NEW_TARGET Creating new target for subscription to group '%1' for instance '%2' +Debug