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

Andreas Tille tille at alioth.debian.org
Wed Mar 10 07:28:18 UTC 2010


Author: tille
Date: 2010-03-10 07:28:17 +0000 (Wed, 10 Mar 2010)
New Revision: 1715

Modified:
   udd/udd/ftpnew_gatherer.py
Log:
Better text for warnings about not ITPed bugs


Modified: udd/udd/ftpnew_gatherer.py
===================================================================
--- udd/udd/ftpnew_gatherer.py	2010-03-08 09:20:46 UTC (rev 1714)
+++ udd/udd/ftpnew_gatherer.py	2010-03-10 07:28:17 UTC (rev 1715)
@@ -343,7 +343,7 @@
                     else:
                       print >>stderr, "Bug #%i of package %s and source %s is not against pseudopackage 'wnpp' and hast title '%s'" % bug_info
                 if not ftpnew_gatherer.closes_is_itp_re.match(wnpp_title):
-                  print >>stderr, "Closed bug %i seems to be not ITPed (queue = %s; title = %s)" % (ival, srcpkg.s['Queue'], wnpp_title)
+                  print >>stderr, "Bug %i closed by source package %s seems to be not ITPed" % (ival, srcpkg.s['Source'])
                 else:
                   if found_itp:
                     if DEBUG != 0:




More information about the Collab-qa-commits mailing list