From b57de8f10ed249d84d806be0426eeb0b5cd64177 Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Fri, 20 Nov 2015 22:05:55 +0100 Subject: [PATCH] remove log.plugin --- plugins.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins.py b/plugins.py index e520d94..a6bec5f 100644 --- a/plugins.py +++ b/plugins.py @@ -935,7 +935,6 @@ def command_dsa_watcher(argv, **_): set_conf('persistent_locked', False) msg = 'new Debian Security Announce found (%s): %s' % (package, url) - log.plugin(msg) out.append(msg) log.plugin('no dsa for %d, trying again...' % dsa) @@ -945,7 +944,6 @@ def command_dsa_watcher(argv, **_): # register_event(crawl_at, command_dsa_watcher, (['dsa-watcher', 'crawl'],)) msg = 'next crawl set to %s' % time.strftime('%F.%T', time.localtime(crawl_at)) - log.plugin(msg) out.append(msg) return { 'msg': out,