works for nios (without checksum in flash)

This commit is contained in:
2021-09-14 16:24:49 +02:00
parent fdd8b52ce1
commit ff6f960ba9
9 changed files with 5 additions and 5 deletions

View File

@ -276,7 +276,7 @@ int verifyChecksumFromFlash(char *mess, char *clientChecksum, char *fname,
// read only until a particular size (drive)
if (fsize != 0 && totalBytesRead >= fsize) {
LOG(logINFOBLUE, ("\tReached %lu bytes. Not reading more\n", totalBytesRead));
LOG(logINFO, ("\tReached %lu bytes. Not reading more\n", totalBytesRead));
break;
}
bytes = fread(buf, 1, readUnitSize, fp);