mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 03:39:57 +01:00
Fix UI and doc of Share local network
This commit is contained in:
@@ -292,7 +292,7 @@ void NetworkStream::update()
|
||||
}
|
||||
}
|
||||
else {
|
||||
Log::Warning("Connection was rejected by %s.\nMake sure it accepts connection and try again.", streamer_.name.c_str());
|
||||
Log::Warning("Connection was rejected by %s.\nMake sure Sharing on local network is enabled and try again.", streamer_.name.c_str());
|
||||
failed_=true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user