This commit is contained in:
maliakal_d 2021-09-08 21:30:20 +02:00
parent b458b9c517
commit 9477e68586

View File

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