[csw-devel] SF.net SVN: gar:[13232] csw/mgar/gar/v2/lib/python/package_checks.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Feb 8 10:01:58 CET 2011
Revision: 13232
http://gar.svn.sourceforge.net/gar/?rev=13232&view=rev
Author: wahwah
Date: 2011-02-08 09:01:58 +0000 (Tue, 08 Feb 2011)
Log Message:
-----------
checkpkg: Messages for obsolete deps
Instead of using logging, use the dedicated messenger object.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/package_checks.py
Modified: csw/mgar/gar/v2/lib/python/package_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks.py 2011-02-07 22:45:02 UTC (rev 13231)
+++ csw/mgar/gar/v2/lib/python/package_checks.py 2011-02-08 09:01:58 UTC (rev 13232)
@@ -438,7 +438,7 @@
msg += "URL: %s" % OBSOLETE_DEPS[obsolete_pkg]["url"]
if not msg:
msg = None
- logger.info(msg)
+ messenger.Message(msg)
def CheckArchitectureVsContents(pkg_data, error_mgr, logger, messenger):
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