From 3c46204b14497c05da1763bb10ca494231d1c03d Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 15 Jun 2020 17:30:05 +0200 Subject: [PATCH] WIP --- slsDetectorServers/eigerDetectorServer/FebControl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorServers/eigerDetectorServer/FebControl.c b/slsDetectorServers/eigerDetectorServer/FebControl.c index 6a57a5e8d..8961bd9fe 100644 --- a/slsDetectorServers/eigerDetectorServer/FebControl.c +++ b/slsDetectorServers/eigerDetectorServer/FebControl.c @@ -663,7 +663,7 @@ int Feb_Control_SendDACValue(unsigned int dst_num, unsigned int ch, } int Feb_Control_SetTrimbits(unsigned int *trimbits, int top) { - LOG(logINFO, ("Setting Trimbits\n")); + LOG(logINFO, ("Setting Trimbits (top:%d)\n", top)); unsigned int trimbits_to_load_l[1024]; unsigned int trimbits_to_load_r[1024];