From 705ddb7f4288b4d01499fc5c181f161f62cae612 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 6 Nov 2019 11:11:57 +0100 Subject: [PATCH] WIP --- .../gotthard2DetectorServer/slsDetectorFunctionList.c | 1 + 1 file changed, 1 insertion(+) diff --git a/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c index 1c4ab1eef..a6848a43b 100644 --- a/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c @@ -926,6 +926,7 @@ void* start_timer(void* arg) { // set status to idle virtual_status = 0; + FILE_LOG(logINFOBLUE, ("Finished Acquiring\n")); return NULL; } #endif