From 9a4f077714993bacb4418e7c5b4cb85f5d1601d1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 21 Jun 2009 18:16:06 +0200 Subject: plugin system changings --- module/thread_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/thread_list.py') diff --git a/module/thread_list.py b/module/thread_list.py index 54a17e318..63f20c6f5 100644 --- a/module/thread_list.py +++ b/module/thread_list.py @@ -107,7 +107,7 @@ class Thread_List(object): self.list.files.insert(0, pyfile) if pyfile.status.type == "failed": - self.parent.logger.warning("Download failed: " + pyfile.url) + self.parent.logger.warning("Download failed: " + pyfile.url+" | "+ pyfile.status.error) with open(self.parent.config['failed_file'], 'a') as f: f.write(pyfile.url + "\n") -- cgit v1.2.3