1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

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: if result:
package = result.groups()[0] 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'): if conf('persistent_locked'):
msg = "couldn't get exclusive lock" msg = "couldn't get exclusive lock"