Fixed message log

This commit is contained in:
Sylvain Berfini 2017-11-13 13:26:41 +01:00
parent c574c64111
commit 36e73b29f2

View file

@ -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);