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:
@@ -937,7 +937,7 @@ def command_dsa_watcher(argv, **_):
|
|||||||
msg = 'new Debian Security Announce found (%s): %s' % (package, url)
|
msg = 'new Debian Security Announce found (%s): %s' % (package, url)
|
||||||
out.append(msg)
|
out.append(msg)
|
||||||
|
|
||||||
log.plugin('no dsa for %d, trying again...' % dsa)
|
log.info('no dsa for %d, trying again...' % dsa)
|
||||||
# that's good, no error, just 404 -> DSA not released yet
|
# that's good, no error, just 404 -> DSA not released yet
|
||||||
|
|
||||||
crawl_at = time.time() + conf('dsa_watcher_interval')
|
crawl_at = time.time() + conf('dsa_watcher_interval')
|
||||||
|
|||||||
Reference in New Issue
Block a user