mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
TransmissionChecksumValidator: Reduce verbosity.
This commit is contained in:
parent
b05ca526a4
commit
3870915118
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ void TransmissionChecksumValidator::slotDownloadChecksumCalculated()
|
|||
if( hash != _expectedHash ) {
|
||||
emit validationFailed(tr("The downloaded file does not match the checksum, it will be resumed."));
|
||||
} else {
|
||||
qDebug() << "Checksum checked and matching: " << _expectedHash;
|
||||
// qDebug() << "Checksum checked and matching: " << _expectedHash;
|
||||
emit validated();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue