This commit is contained in:
2021-09-03 14:55:42 +02:00
parent 8c527bcc0d
commit 2ef3dac39e

View File

@ -175,7 +175,7 @@ int startCopyingFPGAProgram(FILE **fd, uint64_t fsize, char *mess) {
LOG(logERROR, (mess));
return FAIL;
}
LOG(logINFO, ("Copying program to %s\n", TEMP_PROG_FILE_NAME));
LOG(logINFO, ("\tCopying program to %s\n", TEMP_PROG_FILE_NAME));
return OK;
}