summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-04-07 19:34:55 +0200
committerGravatar spoob <spoob@gmx.de> 2010-04-07 19:34:55 +0200
commit0f05709af210070199b25ef2c1513d6788017fb0 (patch)
tree988702c662c4df600af7fdcaf2c0e74e6010b66b /pyLoadCore.py
parentFixed Xup.in (diff)
downloadpyload-0f05709af210070199b25ef2c1513d6788017fb0.tar.xz
Server Error in Log
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 e6a227552..f2e067a43 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -449,7 +449,7 @@ class Core(object):
else:
return False
except:
- pass
+ self.logger.error(_("Not able to connect server"))
finally:
self.last_update_check = time.time()