added log
This commit is contained in:
@@ -191,7 +191,10 @@ TCPServer* FlippRServer::build_input_server()
|
||||
unsigned short port = (unsigned short) config().getInt("FlippRServer.port", this->output_port);
|
||||
|
||||
std::string runtime_dir = this->get_runtime_dir();
|
||||
|
||||
|
||||
SocketAddress address(runtime_dir + SOCKET_NAME);
|
||||
logger().information("Input-Server address is set to: " + address.toString());
|
||||
ServerSocket server_socket(address);
|
||||
|
||||
return new TCPServer(new input::InputSocketHandlerFactory(this->input_driver), port);
|
||||
|
||||
Reference in New Issue
Block a user