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

remove log.plugin

This commit is contained in:
Thorsten S
2015-11-20 22:05:55 +01:00
parent 42949699cc
commit b57de8f10e

View File

@@ -935,7 +935,6 @@ def command_dsa_watcher(argv, **_):
set_conf('persistent_locked', False) set_conf('persistent_locked', False)
msg = 'new Debian Security Announce found (%s): %s' % (package, url) msg = 'new Debian Security Announce found (%s): %s' % (package, url)
log.plugin(msg)
out.append(msg) out.append(msg)
log.plugin('no dsa for %d, trying again...' % dsa) 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'],)) # register_event(crawl_at, command_dsa_watcher, (['dsa-watcher', 'crawl'],))
msg = 'next crawl set to %s' % time.strftime('%F.%T', time.localtime(crawl_at)) msg = 'next crawl set to %s' % time.strftime('%F.%T', time.localtime(crawl_at))
log.plugin(msg)
out.append(msg) out.append(msg)
return { return {
'msg': out, 'msg': out,