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

BaseDaemon: add missed space

上级 90acaf81
......@@ -921,7 +921,7 @@ 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) << ")");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册