Fix UI and doc of Share local network

This commit is contained in:
Bruno Herbelin
2022-08-04 00:22:38 +02:00
parent 6712f1383e
commit f521ca1118
6 changed files with 2 additions and 6 deletions

View File

@@ -243,7 +243,7 @@ void Streaming::refuseStream(const std::string &sender, int reply_to)
// send OSC message to client
socket.Send( p.Data(), p.Size() );
// inform user
Log::Warning("A connection request for streaming came and was rejected.\nYou can Accept connections from the Output window.");
Log::Warning("A connection request for streaming came in and was refused.\nYou can enable the Sharing on local network from the menu of the Output window.");
}
void Streaming::addStream(const std::string &sender, int reply_to, const std::string &clientname)