[csw-devel] SF.net SVN: gar:[13976] csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Mar 28 10:47:49 CEST 2011
Revision: 13976
http://gar.svn.sourceforge.net/gar/?rev=13976&view=rev
Author: wahwah
Date: 2011-03-28 08:47:49 +0000 (Mon, 28 Mar 2011)
Log Message:
-----------
checkpkg: Random cleanup
Removed an extra line
Improved an on-screen message
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-03-28 08:47:14 UTC (rev 13975)
+++ csw/mgar/gar/v2/lib/python/csw_upload_pkg.py 2011-03-28 08:47:49 UTC (rev 13976)
@@ -374,7 +374,7 @@
if successful:
metadata = json.loads(d.getvalue())
else:
- logging.info("Data for %s not found" % repr(md5_sum))
+ logging.info("Metadata for %s were not found in the database" % repr(md5_sum))
return successful, metadata
def _PostFile(self, filename):
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