[Treepkg-commits] r499 - trunk/contrib/bin
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Jan 10 10:49:34 CET 2011
Author: teichmann
Date: 2011-01-10 10:49:34 +0100 (Mon, 10 Jan 2011)
New Revision: 499
Modified:
trunk/contrib/bin/delete-old-debs.py
Log:
contrib: When running in verbose mode list files to be deleted.
Modified: trunk/contrib/bin/delete-old-debs.py
===================================================================
--- trunk/contrib/bin/delete-old-debs.py 2011-01-08 12:57:07 UTC (rev 498)
+++ trunk/contrib/bin/delete-old-debs.py 2011-01-10 09:49:34 UTC (rev 499)
@@ -130,7 +130,7 @@
remove(deb)
changes = deb.path[:-3] + "changes"
if os.path.isfile(changes):
- log.debug("remove '%s'" % changes)
+ log.info("remove '%s'" % changes)
remove(changes)
More information about the Treepkg-commits
mailing list