mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
WebSockets: log hostname and listen-port
This commit is contained in:
parent
80e3c191e4
commit
ce43161d4e
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue