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(
|
||||
eval("coreapi.CORE_TLV_EXCP_%s" % t), v)
|
||||
msg = coreapi.CoreExceptionMessage.pack(0, tlvdata)
|
||||
self.warn("exception: %s (%s) %s" % (source, objid, text))
|
||||
# send Exception Message to connected handlers (e.g. GUI)
|
||||
self.broadcastraw(None, msg)
|
||||
|
||||
|
|
Loading…
Reference in a new issue