From 6da22acfa81961473c8458de4b9a9723668be31f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 3 Sep 2010 00:22:23 +0200 Subject: little fixes --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index aad38e11e..359064ba2 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -262,7 +262,7 @@ class Core(object): f = open(link_file, "wb") f.close() except: - pass + self.log.warning(_("links.txt could not be cleared")) link_file = "links.txt" if exists(link_file): -- cgit v1.2.3