Author: duncan
Date: Thu Jun 28 20:20:46 2007
New Revision: 9733

Modified:
   branches/rel-1/freevo/src/config.py

Log:
Changed the default message level to WARNING, INFO always print the 
local_conf.py name


Modified: branches/rel-1/freevo/src/config.py
==============================================================================
--- branches/rel-1/freevo/src/config.py (original)
+++ branches/rel-1/freevo/src/config.py Thu Jun 28 20:20:46 2007
@@ -350,7 +350,7 @@
             else:
                 logging.debug(msg)
             # print the message for info, warning, error and critical
-            if level <= DINFO and DEBUG_STDOUT:
+            if level <= DWARNING and DEBUG_STDOUT:
                 sys.__stdout__.write('%s\n' % (s))
                 sys.__stdout__.flush()
         except UnicodeEncodeError:

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to