mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Inject journals:
Calls to WriteLog are replaced with injected journals
This commit is contained in:
@@ -141,7 +141,7 @@ void Server <WebSocket04>::listen()
|
||||
m_endpoint->listen (desc_.port.ip, desc_.port.port);
|
||||
m_endpoint->start_accept();
|
||||
auto c = m_endpoint->get_io_service ().run ();
|
||||
WriteLog (lsWARNING, WebSocket)
|
||||
JLOG (j_.warning)
|
||||
<< "Server run with: '" << c;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user