From 889e92647926184530f059dd39b605eeedf63cce Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 16 Jun 2020 12:47:40 +0200 Subject: [PATCH] WIP --- .../eigerDetectorServer/slsDetectorFunctionList.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c index bac96023c..30b357b6e 100644 --- a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c @@ -1221,7 +1221,7 @@ void setDAC(enum DACINDEX ind, int val, int mV) { // convert to dac units if (ConvertToDifferentRange(DAC_MIN_MV, DAC_MAX_MV, LTC2620_MIN_VAL, LTC2620_MAX_VAL, val, &dacval) == FAIL) { - LOG(logERRROR, + LOG(logERROR, ("Could not convert %d mV for dac to dac units\n", val)); return; }