[Collab-qa-commits] r2243 - udd/udd

Andreas Tille tille at alioth.debian.org
Wed Apr 25 09:08:49 UTC 2012


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):




More information about the Collab-qa-commits mailing list