aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/Config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Config.py b/util/Config.py
index 4c1eb1e..1e20cde 100644
--- a/util/Config.py
+++ b/util/Config.py
@@ -24,6 +24,7 @@ def loadConfigFile(fileName): #TODO: error handling etc.
return config
except Exception as inst:
main_log.error('Error loading config file ' + fileName)#, inst) TODO: log exception too
+ main_log.error(str(inst))
return None
#Takes an Element or an ElementTree. If it is a tree, it returns its root. Otherwise, just returns
#it