summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-03 00:22:23 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-03 00:22:23 +0200
commit6da22acfa81961473c8458de4b9a9723668be31f (patch)
tree2f8a4f4d781a4ca64ebc8da658e5d63a27d39699 /pyLoadCore.py
parentgui: free space display (diff)
downloadpyload-6da22acfa81961473c8458de4b9a9723668be31f.tar.xz
little fixes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
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):