From 42e93071a2825d2e2d8f7dba17a79a33bd9e4418 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 13 Jun 2011 20:59:49 +0200 Subject: forget sleep --- module/PluginThread.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/PluginThread.py') diff --git a/module/PluginThread.py b/module/PluginThread.py index 4f138f858..84ddc6115 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -183,6 +183,8 @@ class DownloadThread(PluginThread): except Retry: + #todo: ouput + self.m.log.info(_("Download restarted: %s") % pyfile.name) self.queue.put(pyfile) continue -- cgit v1.2.3