[Piuparts-commits] rev 708 - trunk

Holger Levsen holger at alioth.debian.org
Sun Oct 31 16:57:45 UTC 2010


Author: holger
Date: 2010-10-31 16:57:41 +0000 (Sun, 31 Oct 2010)
New Revision: 708

Modified:
   trunk/piuparts-report.py
Log:
why oh why

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2010-10-31 16:54:49 UTC (rev 707)
+++ trunk/piuparts-report.py	2010-10-31 16:57:41 UTC (rev 708)
@@ -540,6 +540,7 @@
         logging.debug("Running section " + self._config.section)
 	
         new_list = [ ord(x) for x in self._config["known_circular_depends"] ]
+        logging.debug("circular depends: " + self._config["known_circular_depends"])
         for pkg in new_list:
           logging.debug("circular depends: " + pkg)
 




More information about the Piuparts-commits mailing list