mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix trace
This commit is contained in:
parent
7720b06041
commit
c4481dcce3
1 changed files with 2 additions and 2 deletions
|
|
@ -686,10 +686,10 @@ int lime_decryptMultipartMessage(void *cachedb, uint8_t *message, const char *se
|
|||
}
|
||||
|
||||
if (associatedKey.sessionIndex != usedSessionIndex) {
|
||||
ms_warning("Line: unexpected session index [%i] received from [%s], [%i] message will discarded"
|
||||
ms_warning("Lime: unexpected session index [%i] received from [%s], [%i] messages will be discarded"
|
||||
, usedSessionIndex
|
||||
, peerURI
|
||||
, associatedKey.sessionIndex - usedSessionIndex);
|
||||
, usedSessionIndex-associatedKey.sessionIndex);
|
||||
}
|
||||
while (usedSessionIndex>associatedKey.sessionIndex) {
|
||||
lime_deriveKey(&associatedKey);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue