Author: dmeyer
Date: Sat Mar 18 19:56:22 2006
New Revision: 8105
Modified:
trunk/core/src/ipc/mbus_wrapper.py
Log:
improve debugging to trace an error
Modified: trunk/core/src/ipc/mbus_wrapper.py
==============================================================================
--- trunk/core/src/ipc/mbus_wrapper.py (original)
+++ trunk/core/src/ipc/mbus_wrapper.py Sat Mar 18 19:56:22 2006
@@ -182,8 +182,11 @@
self.id = RemoteEntity.NEXT_ID
def send(self, event, *args):
- self.entity.sendReliable(self.addr, event, _toMType(args))
-
+ try:
+ self.entity.sendReliable(self.addr, event, _toMType(args))
+ except:
+ log.exception('failed to send to %s', self.addr)
+
def rpc(self, command, callback, *args, **kwargs):
if callback == None:
callback = _dummy_callback
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog