diff options
author | 2011-06-13 20:59:49 +0200 | |
---|---|---|
committer | 2011-06-13 20:59:49 +0200 | |
commit | 42e93071a2825d2e2d8f7dba17a79a33bd9e4418 (patch) | |
tree | 82d3a0f24deec2b8e8986107f6a29e4a97c95faa /module/PluginThread.py | |
parent | erniebs patches (diff) | |
download | pyload-42e93071a2825d2e2d8f7dba17a79a33bd9e4418.tar.xz |
forget sleep
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |