diff --git a/slsDetectorServers/slsDetectorServer/src/programFpgaBlackfin.c b/slsDetectorServers/slsDetectorServer/src/programFpgaBlackfin.c index 4bca01350..e094558d4 100644 --- a/slsDetectorServers/slsDetectorServer/src/programFpgaBlackfin.c +++ b/slsDetectorServers/slsDetectorServer/src/programFpgaBlackfin.c @@ -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; }