mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
parent
258f9d77aa
commit
62e9969afb
9 changed files with 307 additions and 10 deletions
|
@ -747,8 +747,8 @@ bool DownloadThread::_verify()
|
|||
}
|
||||
qFreeAligned(verifyBuf);
|
||||
|
||||
qDebug() << "Verify done in" << t1.elapsed() / 1000.0 << "seconds";
|
||||
qDebug() << "Verify hash:" << _verifyhash.result().toHex();
|
||||
qDebug() << "Verify done in" << t1.elapsed() / 1000.0 << "seconds";
|
||||
|
||||
if (_verifyhash.result() == _writehash.result() || !_verifyEnabled || _cancelled)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue