This commit is contained in:
2021-09-03 14:43:31 +02:00
parent 37acc9ec33
commit 8cc0804f99
3 changed files with 31 additions and 32 deletions

View File

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