diff --git a/libs/surfaces/websockets/server.cc b/libs/surfaces/websockets/server.cc index 1afd7fcbe6..89c9562517 100644 --- a/libs/surfaces/websockets/server.cc +++ b/libs/surfaces/websockets/server.cc @@ -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; }