Author: dmeyer
Date: Sun Jun 11 17:47:13 2006
New Revision: 1542
Modified:
trunk/base/src/notifier/__init__.py
Log:
nicer exception debug
Modified: trunk/base/src/notifier/__init__.py
==============================================================================
--- trunk/base/src/notifier/__init__.py (original)
+++ trunk/base/src/notifier/__init__.py Sun Jun 11 17:47:13 2006
@@ -112,7 +112,6 @@
running = True
set_current_as_mainthread()
- e = None
try:
notifier.loop()
except (KeyboardInterrupt, SystemExit):
@@ -127,12 +126,9 @@
except:
pass
except Exception, e:
- pass
+ log.exception('loop')
running = False
shutdown()
- if e:
- # print last exception
- traceback.print_exc()
def step(*args, **kwargs):
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog