From 1fb19aeae201a61576ac4f19a110518f6430dd88 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 23 Jul 2020 12:29:08 +0200 Subject: [PATCH] constexpr --- slsDetectorSoftware/src/Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/src/Module.cpp b/slsDetectorSoftware/src/Module.cpp index 8501db0bf..17fee9928 100644 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -2823,7 +2823,7 @@ void Module::restreamStopFromReceiver() { } int Module::sendModule(sls_detector_module *myMod, sls::ClientSocket &client) { - TLogLevel level = logDEBUG1; + constexpr TLogLevel level = logDEBUG1; LOG(level) << "Sending Module"; int ts = 0; int n = 0;