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

cseq: Fix the log message and print old and new cseq

This commit is contained in:
Holger Hans Peter Freyther 2015-07-24 11:51:04 +02:00
parent 61a7928236
commit 1e249c5e0e
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ Object subclass: SIPTransaction [
]) number.
cseq = new_cseq ifFalse: [
self logError: ('<1p>(<2p>) wrong cseq:. <1p> <2p>.' expandMacrosWithArguments:
self logError: ('<1p>(<2p>) wrong cseq:. <3p> <4p>.' expandMacrosWithArguments:
{self class. self branch. cseq. new_cseq}) area: #sip.
^ false
].