mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-31 15:19:45 +02:00
Revert "Moved note into either warning or info #4745"
This reverts commit d3a4ce1f11
.
This commit is contained in:
parent
d8582d1093
commit
69a6038cf9
10 changed files with 25 additions and 25 deletions
|
@ -174,7 +174,7 @@ ServerApp::reloadConfig(const Event&, void*)
|
|||
if (m_server != NULL) {
|
||||
m_server->setConfig(*args().m_config);
|
||||
}
|
||||
LOG((CLOG_INFO "reloaded configuration"));
|
||||
LOG((CLOG_NOTE "reloaded configuration"));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -546,7 +546,7 @@ ServerApp::startServer()
|
|||
m_server->setListener(listener);
|
||||
m_listener = listener;
|
||||
updateStatus();
|
||||
LOG((CLOG_INFO "started server, waiting for clients"));
|
||||
LOG((CLOG_NOTE "started server, waiting for clients"));
|
||||
m_serverState = kStarted;
|
||||
return true;
|
||||
}
|
||||
|
@ -774,7 +774,7 @@ ServerApp::mainLoop()
|
|||
m_events->getSystemTarget());
|
||||
cleanupServer();
|
||||
updateStatus();
|
||||
LOG((CLOG_INFO "stopped server"));
|
||||
LOG((CLOG_NOTE "stopped server"));
|
||||
|
||||
if (argsBase().m_enableIpc) {
|
||||
cleanupIpcClient();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue