[csw-devel] SF.net SVN: gar:[19743] csw/mgar/gar/v2/lib/python/pkgdb.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Nov 25 10:31:31 CET 2012
Revision: 19743
http://gar.svn.sourceforge.net/gar/?rev=19743&view=rev
Author: wahwah
Date: 2012-11-25 09:31:31 +0000 (Sun, 25 Nov 2012)
Log Message:
-----------
pkgdb: Better debug message
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/pkgdb.py
Modified: csw/mgar/gar/v2/lib/python/pkgdb.py
===================================================================
--- csw/mgar/gar/v2/lib/python/pkgdb.py 2012-11-25 09:31:05 UTC (rev 19742)
+++ csw/mgar/gar/v2/lib/python/pkgdb.py 2012-11-25 09:31:31 UTC (rev 19743)
@@ -622,7 +622,7 @@
os.unlink(existing_path)
else:
logging.debug("Not unlinking %s", existing_path)
- logging.debug("Existing files: %s", len(existing_files))
+ logging.debug("Number of existing files: %s", len(existing_files))
for pkg in pkgs:
src_path = os.path.join(allpkgs_dir, pkg.basename)
if not os.path.exists(src_path):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list