diff options
| -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() | 
