aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2011-01-12 11:58:00 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2011-01-12 11:58:00 -0500
commit907780f6b298bfa259ace94d07ca137099067e67 (patch)
treea12e1f555c27982b39a49c89383544773ba08039 /util
parentc7fc6c2725231eb1427f0edf00d3219409b3d55b (diff)
Added ResponseMover to facilitate spawn and run responses. Modified
simplemapper to fix a bug with null responses.
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