smalltalk
/
osmo-st-all
Archived
1
0
Fork 0

callagent: Mention unhandled messages in the log

This commit is contained in:
Holger Hans Peter Freyther 2014-02-14 16:52:20 +01:00
parent 7be4c70802
commit f981fda29e
1 changed files with 4 additions and 2 deletions

View File

@ -215,9 +215,11 @@ SIPUserAgentBase subclass: SIPUserAgent [
trans := sem critical: [self transactions copy].
trans do: [:each |
each branch = branch ifTrue: [
each newData: aReq.
^each newData: aReq.
].
]
].
self logNotice: ('Unhandled branch <1s>' expandMacrosWith: branch) area: #sip.
]
transportData: aTransport data: aData [