Author: tille
Date: 2012-04-25 09:08:49 +0000 (Wed, 25 Apr 2012)
New Revision: 2243

Modified:
   udd/udd/bibref_gatherer.py
Log:
There is no point in warning about a used field


Modified: udd/udd/bibref_gatherer.py
===================================================================
--- udd/udd/bibref_gatherer.py  2012-04-25 07:50:00 UTC (rev 2242)
+++ udd/udd/bibref_gatherer.py  2012-04-25 09:08:49 UTC (rev 2243)
@@ -183,7 +183,7 @@
               key = r.lower()
               if key != 'debian-package':
                 continue
-              self.log.warning("Source package '%s' has key 'debian-package'", 
source)
+              # self.log.warning("Source package '%s' has key 
'debian-package'", source)
               pkg = singleref['package'] = singleref[r]
               package_found = True
               if rank.has_key(pkg):


_______________________________________________
Collab-qa-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/collab-qa-commits

Reply via email to