[csw-devel] SF.net SVN: gar:[13339] csw/mgar/gar/v2/lib/python/pkgdb.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Feb 16 17:36:10 CET 2011
Revision: 13339
http://gar.svn.sourceforge.net/gar/?rev=13339&view=rev
Author: wahwah
Date: 2011-02-16 16:36:09 +0000 (Wed, 16 Feb 2011)
Log Message:
-----------
pkgdb: Don't display a warning on autoregistering
Redice warning inflation, by moving a message to debug level.
When importing a catalog tree, implicit imports are normal.
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 2011-02-16 16:35:36 UTC (rev 13338)
+++ csw/mgar/gar/v2/lib/python/pkgdb.py 2011-02-16 16:36:09 UTC (rev 13339)
@@ -293,7 +293,7 @@
# If a package was previously examined, but not registered, we need to
# register it now, to allow inclusion in a catalog.
if not sqo_srv4.registered:
- logging.warning(
+ logging.debug(
"Package %s was not registered for releases. Registering it.",
sqo_srv4.basename)
stats = sqo_srv4.GetStatsStruct()
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