constexpr

This commit is contained in:
Erik Frojdh 2020-07-23 12:29:08 +02:00
parent ad297e9c51
commit 1fb19aeae2

View File

@ -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;