diff options
author | spoob <spoob@gmx.de> | 2010-04-07 19:34:55 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-04-07 19:34:55 +0200 |
commit | 0f05709af210070199b25ef2c1513d6788017fb0 (patch) | |
tree | 988702c662c4df600af7fdcaf2c0e74e6010b66b /pyLoadCore.py | |
parent | Fixed Xup.in (diff) | |
download | pyload-0f05709af210070199b25ef2c1513d6788017fb0.tar.xz |
Server Error in Log
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
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() |