Revert "Debugging"

This reverts commit 60a865c9c9.
This commit is contained in:
Nikita Mikhaylov 2024-03-11 18:24:55 +00:00
parent 60a865c9c9
commit 6b13fc9371

View File

@ -231,11 +231,11 @@ void SignalListener::run()
// levels and more info, but for completeness we log all signals
// here at trace level.
// Don't use strsignal here, because it's not thread-safe.
// LOG_TRACE(log, "Received signal {}", sig);
LOG_TRACE(log, "Received signal {}", sig);
if (sig == StopThread)
{
// LOG_INFO(log, "Stop SignalListener thread");
LOG_INFO(log, "Stop SignalListener thread");
break;
}
else if (sig == SIGHUP)