fix: remove debug print

This commit is contained in:
Stéphane Lesimple
2020-08-23 20:00:26 +02:00
parent d29db408a3
commit a886d60417

View File

@@ -353,7 +353,7 @@ void RS01ScanImage(Method *method, Image* image, struct MD5Context *ecc_ctxt, in
}
if(crc != crcbuf[crcidx++] && !current_missing)
{ PrintCLI(_("* CRC error, sector: %lld, found %08x instead of %08x\n"), crc, crcbuf[crcidx], s);
{ PrintCLI(_("* CRC error, sector: %lld\n"), s);
image->crcErrors++;
}
}