From afad1a30bdde7d9e1fb70bda25c2e10ab19dbf2d Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 11 Aug 2021 19:50:29 +0200 Subject: [PATCH] minor --- .../slsDetectorServer/src/slsDetectorServer_funcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c b/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c index fc8f03a2c..8269d9f4c 100644 --- a/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c +++ b/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c @@ -8497,7 +8497,7 @@ int set_veto_algorithm(int file_des) { enum vetoAlgorithm alg = args[0]; enum streamingInterface interface = args[1]; - LOG(logINFOBLUE, ("Setting vetoalgorithm (interface: %d): %u\n", (int)interface, + LOG(logDEBUG1, ("Setting vetoalgorithm (interface: %d): %u\n", (int)interface, (int)alg)); #ifndef GOTTHARD2D