WebSockets: log hostname and listen-port
This commit is contained in:
@@ -150,6 +150,13 @@ WebsocketsServer::start ()
|
||||
}
|
||||
#endif
|
||||
|
||||
PBD::info << "ArdourWebsockets: listening on: http://"
|
||||
<< lws_canonical_hostname (_lws_context)
|
||||
<< ":"
|
||||
<< std::dec << (int) WEBSOCKET_LISTEN_PORT
|
||||
<< "/"
|
||||
<< endmsg;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user