This commit is contained in:
2021-09-03 14:35:34 +02:00
parent 20deeb8dcc
commit 4badb1141c
3 changed files with 6 additions and 8 deletions

View File

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