BIND 10 trac2398, updated. 81231871c46b9dd9a06db6bd239688bd60270dec [2398] minor update: fix an error message

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Nov 27 13:22:33 UTC 2012


The branch, trac2398 has been updated
       via  81231871c46b9dd9a06db6bd239688bd60270dec (commit)
      from  af81d772421d616ff4d219a0feb371a9e2ec3edf (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 81231871c46b9dd9a06db6bd239688bd60270dec
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Nov 27 14:22:15 2012 +0100

    [2398] minor update: fix an error message

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

Summary of changes:
 src/bin/msgq/msgq.py.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in
index f640c6c..bd99c8c 100755
--- a/src/bin/msgq/msgq.py.in
+++ b/src/bin/msgq/msgq.py.in
@@ -503,7 +503,7 @@ class MsgQ:
                     elif event & select.POLLIN:
                         self.process_socket(fd)
                     else:
-                        print("[XX] UNKNOWN EVENT")
+                        print("[b10-msgq] Error: Unknown even in run_poller()")
 
     def run_kqueue(self):
         while self.running:



More information about the bind10-changes mailing list