BIND 10 trac2690, updated. 8838f82a224a2aeb7479bc2c4bc3c44c3c20454b [2690] Remove unused message IDs

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Aug 14 10:45:02 UTC 2013


The branch, trac2690 has been updated
       via  8838f82a224a2aeb7479bc2c4bc3c44c3c20454b (commit)
      from  d03c9fce131acc35740a52e63894761c77915c0c (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 8838f82a224a2aeb7479bc2c4bc3c44c3c20454b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Aug 14 12:41:21 2013 +0200

    [2690] Remove unused message IDs

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq_messages.mes b/src/bin/msgq/msgq_messages.mes
index d1ebeb3..909d6a3 100644
--- a/src/bin/msgq/msgq_messages.mes
+++ b/src/bin/msgq/msgq_messages.mes
@@ -85,17 +85,6 @@ Debug message. The listener is trying to open a listening socket.
 Debug message. The message queue successfully opened a listening socket and
 waits for incoming connections.
 
-% MSGQ_POLL_ERROR Error while polling for events: %1
-A low-level error happened when waiting for events, the error is logged. The
-reason for this varies, but it usually means the system is short on some
-resources.
-
-% MSGQ_POLL_UNKNOWN_EVENT Got an unknown event from the poller for fd %1: %2
-An unknown event got out from the poll() system call. This should generally not
-happen and it is either a programmer error or OS bug. The event is ignored. The
-number noted as the event is the raw encoded value, which might be useful to
-the authors when figuring the problem out.
-
 % MSGQ_RECV_ERROR Error reading from socket %1: %2
 There was a low-level error when reading from a socket. The error is logged and
 the corresponding socket is dropped.  The errors include receiving



More information about the bind10-changes mailing list