remove redundant part of "DSA found" message

This commit is contained in:
urlbot
2015-08-26 12:36:45 +02:00
parent 9d1e1c346c
commit 56a924c216

View File

@@ -897,7 +897,7 @@ def command_dsa_watcher(argv, **args):
if result:
package = result.groups()[0]
send_reply('new Debian Security Announce found (%s): %s' % (package, url))
send_reply('new Debian Security Announce found (%s): %s' % (str(package).replace(' - security update', ''), url))
if conf('persistent_locked'):
msg = "couldn't get exclusive lock"