[Extras-cauldron-commits] r98 - trunk/misc

mishas at garage.maemo.org mishas at garage.maemo.org
Wed Aug 20 08:39:45 EEST 2008


Author: mishas
Date: 2008-08-20 08:39:45 +0300 (Wed, 20 Aug 2008)
New Revision: 98

Modified:
   trunk/misc/mess.py
Log:
fixed the last warning print :)

Modified: trunk/misc/mess.py
===================================================================
--- trunk/misc/mess.py	2008-08-20 05:36:04 UTC (rev 97)
+++ trunk/misc/mess.py	2008-08-20 05:39:45 UTC (rev 98)
@@ -41,7 +41,7 @@
     try:
         client.update()
     except Exception, exobj:
-        print "Warning: cannot read repo '%s', skipping. Error %s." % (repo, exobj)
+        logging.warning("Warning: cannot read repo '%s', skipping. Error %s." % (repo, exobj))
         return []
     
     packages = {}



More information about the Extras-cauldron-commits mailing list