提交 c4017da0 编写于 作者: P Pavel Kartavyy

BaseDaemon: improve message

上级 f901ffe1
......@@ -921,7 +921,9 @@ void BaseDaemon::handleSignal(int signal_id)
void BaseDaemon::onInterruptSignals(int signal_id)
{
is_cancelled = true;
LOG_INFO(&logger(), "Received termination signal (" << strsignal(signal_id) << ")");
LOG_INFO(&logger(),
"Received termination signal (" << strsignal(signal_id) << ")."
" Terminate is requested " << terminate_signals_counter << " times.");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册