From 56a924c2166f4c6876395729d91159ef8491e859 Mon Sep 17 00:00:00 2001 From: urlbot Date: Wed, 26 Aug 2015 12:36:45 +0200 Subject: [PATCH] remove redundant part of "DSA found" message --- plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.py b/plugins.py index 34988b3..ab80649 100644 --- a/plugins.py +++ b/plugins.py @@ -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"