From 8a287279fece875d5aa356d91473450eedcda976 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 8 Sep 2021 20:20:35 +0200 Subject: [PATCH] wip --- .../slsDetectorServer/src/slsDetectorServer_funcs.c | 1 + 1 file changed, 1 insertion(+) 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);