Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/seiferta/eMonitor into he…
Browse files Browse the repository at this point in the history
…lp_system
  • Loading branch information
seiferta committed Oct 2, 2014
2 parents 1fec564 + b0775e9 commit 9a526e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emonitor/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ def run(self):
handler.handle(self.kwargs)
except:
self.logger.error('events: eventHandle %s: %s' % (handler.name, traceback.format_exc()))
self.logger.info('events: eventDone %s' % handler.name)
if handler:
self.logger.info('events: eventDone %s' % handler.name)

0 comments on commit 9a526e7

Please sign in to comment.