Browse Source

[2398] minor update: fix an error message

Jelte Jansen 12 years ago
parent
commit
81231871c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/msgq/msgq.py.in

+ 1 - 1
src/bin/msgq/msgq.py.in

@@ -503,7 +503,7 @@ class MsgQ:
                     elif event & select.POLLIN:
                     elif event & select.POLLIN:
                         self.process_socket(fd)
                         self.process_socket(fd)
                     else:
                     else:
-                        print("[XX] UNKNOWN EVENT")
+                        print("[b10-msgq] Error: Unknown even in run_poller()")
 
 
     def run_kqueue(self):
     def run_kqueue(self):
         while self.running:
         while self.running: