[Piuparts-commits] rev 778 - trunk

Holger Levsen holger at alioth.debian.org
Sun Nov 14 02:17:16 UTC 2010


Author: holger
Date: 2010-11-14 02:17:16 +0000 (Sun, 14 Nov 2010)
New Revision: 778

Modified:
   trunk/piuparts-master.py
Log:
better grepable

Modified: trunk/piuparts-master.py
===================================================================
--- trunk/piuparts-master.py	2010-11-14 02:09:17 UTC (rev 777)
+++ trunk/piuparts-master.py	2010-11-14 02:17:16 UTC (rev 778)
@@ -131,11 +131,9 @@
           logging.debug("circular depends: " + kcd)
         try:
           self._binary_db.set_known_circular_depends(my_known_circular_depends)
-          logging.debug("section: "+section)
-          logging.debug("Even more WTF should this ever be logged with section lenny2squeeze...!")
+          logging.debug("section: "+section+" even more WTF should this ever be logged with section lenny2squeeze...!")
         except:
-          logging.debug("section: "+section)
-          logging.debug("A fine dose of WTF. I'm looking forward to the day I understand this. This shouldnt happen and only happens for the lenny2squeeze section, never for squeeze or sid. ")
+          logging.debug("section: "+section+" a fine dose of WTF. I'm looking forward to the day I understand this. This shouldnt happen and only happens for the lenny2squeeze section, never for squeeze or sid. ")
         self._writeline("hello")
 
     def do_transaction(self):




More information about the Piuparts-commits mailing list