[rhmessaging-commits] rhmessaging commits: r2452 - mgmt/trunk/mint/python/mint.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Sep 11 16:12:38 EDT 2008


Author: justi9
Date: 2008-09-11 16:12:38 -0400 (Thu, 11 Sep 2008)
New Revision: 2452

Modified:
   mgmt/trunk/mint/python/mint/update.py
Log:
Disable some logging that usually isn't very useful

Modified: mgmt/trunk/mint/python/mint/update.py
===================================================================
--- mgmt/trunk/mint/python/mint/update.py	2008-09-11 20:11:25 UTC (rev 2451)
+++ mgmt/trunk/mint/python/mint/update.py	2008-09-11 20:12:38 UTC (rev 2452)
@@ -30,8 +30,8 @@
     while True:
       size = self.updates.qsize()
 
-      if size > 1:
-        log.debug("Queue depth is %i", self.updates.qsize()) 
+      #if size > 1:
+      #  log.debug("Queue depth is %i", self.updates.qsize()) 
 
       try:
         update = self.updates.get(True, 1)




More information about the rhmessaging-commits mailing list