From aa319c6ae4cccf7d008b819a0cacfeeed7ea13db Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 30 Jun 2021 00:37:43 +0100 Subject: [PATCH] Debug options --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 61ca359..caf49ed 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -824,7 +824,7 @@ def options_config(): CONFIG['SYSTEMS'][_system]['DEFAULT_REFLECTOR'] = int(_options['DEFAULT_REFLECTOR']) CONFIG['SYSTEMS'][_system]['DEFAULT_UA_TIMER'] = int(_options['DEFAULT_UA_TIMER']) except Exception: - logger.exception('(OPTIONS) caught exception') + logger.exception('(OPTIONS) caught exception: %s',CONFIG['SYSTEMS'][_system]) continue def mysqlGetConfig():