diff options
author | MaZderMind <git@mazdermind.de> | 2015-10-06 21:08:56 +0200 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-10-06 21:08:56 +0200 |
commit | 7ed2658beeae352036bc4272bfce980fec51c11b (patch) | |
tree | 02ca4db8d33ed9b39878d2ca36f2c68dbdb4429d /voctogui | |
parent | 1415abb992e1dae4c220f92cacfb70a6af844e03 (diff) |
fix bogus log output
Diffstat (limited to 'voctogui')
-rw-r--r-- | voctogui/lib/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctogui/lib/config.py b/voctogui/lib/config.py index 27dd9c7..fe581d0 100644 --- a/voctogui/lib/config.py +++ b/voctogui/lib/config.py @@ -13,7 +13,7 @@ def getlist(self, section, option): def fetchServerConfig(self): log = logging.getLogger('Config') - log.info("reading server-config %s", Connection) + log.info("reading server-config") server_config = Connection.fetchServerConfig() |