BIND 10 trac1190, updated. 96c1a3cc7becc69e4bb24cd3e40aaa605e3d90e3 [1190] Reorder the messages alphabetically

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Dec 19 12:19:50 UTC 2012


The branch, trac1190 has been updated
       via  96c1a3cc7becc69e4bb24cd3e40aaa605e3d90e3 (commit)
      from  774a4996dafc7a5809ab0ae08851d412e996e970 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 96c1a3cc7becc69e4bb24cd3e40aaa605e3d90e3
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Dec 19 13:15:12 2012 +0100

    [1190] Reorder the messages alphabetically
    
    And do nothing more, so it's easy to review.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/msgq/msgq_messages.mes |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq_messages.mes b/src/bin/msgq/msgq_messages.mes
index af5ee64..8f9c341 100644
--- a/src/bin/msgq/msgq_messages.mes
+++ b/src/bin/msgq/msgq_messages.mes
@@ -19,33 +19,30 @@
 # <topsrcdir>/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



More information about the bind10-changes mailing list