summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-07-24 11:51:04 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-07-24 11:51:04 +0200
commit1e249c5e0e475e01a2ecbc1e46f4497fa92c2e7a (patch)
tree4cee18e980ea1812a62004c4206f5e55705a931e
parent61a7928236efef5c31a597d663f25bfca25cc740 (diff)
cseq: Fix the log message and print old and new cseq
-rw-r--r--callagent/transactions/SIPTransaction.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/callagent/transactions/SIPTransaction.st b/callagent/transactions/SIPTransaction.st
index 3352224..0a103c7 100644
--- a/callagent/transactions/SIPTransaction.st
+++ b/callagent/transactions/SIPTransaction.st
@@ -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
].