From 1b068cdf2dbc3fd76fac1ed6736edca919c2348e Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 7 Jun 2021 15:06:34 +0200 Subject: [PATCH] wip --- slsDetectorServers/eigerDetectorServer/FebControl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/slsDetectorServers/eigerDetectorServer/FebControl.c b/slsDetectorServers/eigerDetectorServer/FebControl.c index 0a492511c..343a4530d 100644 --- a/slsDetectorServers/eigerDetectorServer/FebControl.c +++ b/slsDetectorServers/eigerDetectorServer/FebControl.c @@ -1005,6 +1005,7 @@ int Feb_Control_GetExposureStatus(int *rising, int *falling, int *exposure) { LOG(logERROR, ("Could not read FEB_REG_STATUS reg\n")); return 0; } + LOG(logINFORED, ("febregstatus:0x%x\n", value)); *rising = ((value & FEB_REG_STATUS_EXP_TGL_RISING_MSK) >> FEB_REG_STATUS_EXP_TGL_RISING_OFST); *falling = ((value & FEB_REG_STATUS_EXP_TGL_FALLING_MSK) >>