mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fixed message log
This commit is contained in:
parent
c574c64111
commit
36e73b29f2
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ LinphoneReason ChatMessagePrivate::receive () {
|
|||
}
|
||||
|
||||
if ((currentRecvStep & ChatMessagePrivate::Step::FileUpload) == ChatMessagePrivate::Step::FileUpload) {
|
||||
lInfo() << "File upload step already done, skipping";
|
||||
lInfo() << "File download step already done, skipping";
|
||||
} else {
|
||||
// This will check if internal content is FileTransfer and make the appropriate changes
|
||||
fileTransferChatMessageModifier.decode(q->getSharedFromThis(), errorCode);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue