mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
Fix issue in log
This commit is contained in:
parent
99f2adb940
commit
723267630e
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ void ChatMessagePrivate::setState(ChatMessage::State s) {
|
|||
&& ((s == ChatMessage::State::DeliveredToUser) || (s == ChatMessage::State::Delivered) || (s == ChatMessage::State::NotDelivered))) {
|
||||
return;
|
||||
}
|
||||
ms_message("Chat message %p: moving from state %s to %s", this, linphone_chat_message_state_to_string((LinphoneChatMessageState)s), linphone_chat_message_state_to_string((LinphoneChatMessageState)state));
|
||||
ms_message("Chat message %p: moving from state %s to %s", this, linphone_chat_message_state_to_string((LinphoneChatMessageState)state), linphone_chat_message_state_to_string((LinphoneChatMessageState)s));
|
||||
state = s;
|
||||
|
||||
LinphoneChatMessage *msg = L_GET_C_BACK_PTR(q);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue