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:
parent
b618316271
commit
9905042434
|
@ -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
0
src/main.h
Normal file
Loading…
Reference in New Issue
Block a user