[csw-devel] SF.net SVN: gar:[13344] csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Feb 17 08:59:25 CET 2011
Revision: 13344
http://gar.svn.sourceforge.net/gar/?rev=13344&view=rev
Author: wahwah
Date: 2011-02-17 07:59:25 +0000 (Thu, 17 Feb 2011)
Log Message:
-----------
csw-upload-pkg: Fixed a logging message
Formatting strings were written wrong.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
Modified: csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
===================================================================
--- csw/mgar/gar/v2/lib/python/csw_upload_pkg.py 2011-02-17 07:58:40 UTC (rev 13343)
+++ csw/mgar/gar/v2/lib/python/csw_upload_pkg.py 2011-02-17 07:59:25 UTC (rev 13344)
@@ -171,7 +171,7 @@
arch, osrel, srv4_in_catalog["osrel"], catalogname)
else:
logging.debug(
- "Catalog %a %s does not contain any version of the % package.",
+ "Catalog %s %s does not contain any version of the %s package.",
arch, osrel, catalogname)
if srv4_in_catalog and not first_cat_osrel_seen:
first_cat_osrel_seen = srv4_in_catalog["osrel"]
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