Browse Source

[1175] set msgq verbose off

Naoki Kambe 13 years ago
parent
commit
f159ac66aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/stats/tests/test_utils.py

+ 1 - 1
src/bin/stats/tests/test_utils.py

@@ -60,7 +60,7 @@ class ThreadingServerManager:
 class MockMsgq:
     def __init__(self):
         self._started = threading.Event()
-        self.msgq = msgq.MsgQ(verbose=True)
+        self.msgq = msgq.MsgQ(verbose=False)
         result = self.msgq.setup()
         if result:
             sys.exit("Error on Msgq startup: %s" % result)