From 2ef3dac39ee340cf65bd9359105a7d498eaa467b Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 3 Sep 2021 14:55:42 +0200 Subject: [PATCH] wip --- slsDetectorServers/slsDetectorServer/src/programFpgaBlackfin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }