[Neo-report] r1850 gregory - /trunk/neo/logger.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 23 17:00:34 CET 2010


Author: gregory
Date: Tue Feb 23 17:00:33 2010
New Revision: 1850

Log:
Don't warn if no packet logging method is available.

Modified:
    trunk/neo/logger.py

Modified: trunk/neo/logger.py
==============================================================================
--- trunk/neo/logger.py [iso-8859-1] (original)
+++ trunk/neo/logger.py [iso-8859-1] Tue Feb 23 17:00:33 2010
@@ -36,7 +36,6 @@
                 packet.__class__.__name__, direction, uuid, ip, port)
         logger = self.packet_dispatch_table.get(klass, None)
         if logger is None:
-            logging.warning('No logger found for packet %s' % klass)
             return
         # enhanced log
         try:





More information about the Neo-report mailing list