1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fix wrong word in copypasted log message

This commit is contained in:
tux3 2015-12-08 22:13:28 +01:00
parent b618316271
commit 9905042434
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
2 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ void CoreFile::onFileControlCallback(Tox*, uint32_t friendId, uint32_t fileId,
}
else if (control == TOX_FILE_CONTROL_RESUME)
{
qDebug() << "onFileControlCallback: Received pause for file "<<friendId<<":"<<fileId;
qDebug() << "onFileControlCallback: Received resume for file "<<friendId<<":"<<fileId;
file->status = ToxFile::TRANSMITTING;
emit static_cast<Core*>(core)->fileTransferRemotePausedUnpaused(*file, false);
}

0
src/main.h Normal file
View File