some fixes

This commit is contained in:
wn
2011-01-20 15:29:49 +01:00
parent cf1e9bf208
commit d3e9ea9be9
3 changed files with 17 additions and 10 deletions

View File

@ -16,5 +16,5 @@ class DynHandler(threading.Thread):
event.prepare()
Logger.debug("Processing event %s" % str(event))
event.process()
except Event.IllegalEventException, e:
except Event.EventException, e:
Logger.log("Some failure: %s when processing event %s" % (e.msg, str(event)))