diff --git a/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c b/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c index 95da8f317..c86f77472 100644 --- a/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c +++ b/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c @@ -3804,6 +3804,7 @@ int program_fpga(int file_des) { char retvals[MAX_STR_LENGTH] = {0}; strcpy(cmd, "ls -lrt /var/tmp/"); if (FAIL == executeCommand(cmd, retvals, logINFO)) { + LOG(logERROR, ("blabal\n")); strcpy(mess, "Could not program fpga. Could not delete old file: "); strncat(mess, retvals, sizeof(mess) - strlen(mess) - 1);