log exception messages generated by Session.exception()
(Boeing r1819)
This commit is contained in:
parent
ee8023a64a
commit
47433fc231
1 changed files with 1 additions and 0 deletions
|
@ -532,6 +532,7 @@ class Session(object):
|
||||||
tlvdata += coreapi.CoreExceptionTlv.pack(
|
tlvdata += coreapi.CoreExceptionTlv.pack(
|
||||||
eval("coreapi.CORE_TLV_EXCP_%s" % t), v)
|
eval("coreapi.CORE_TLV_EXCP_%s" % t), v)
|
||||||
msg = coreapi.CoreExceptionMessage.pack(0, tlvdata)
|
msg = coreapi.CoreExceptionMessage.pack(0, tlvdata)
|
||||||
|
self.warn("exception: %s (%s) %s" % (source, objid, text))
|
||||||
# send Exception Message to connected handlers (e.g. GUI)
|
# send Exception Message to connected handlers (e.g. GUI)
|
||||||
self.broadcastraw(None, msg)
|
self.broadcastraw(None, msg)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue