mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 09:51:29 +03:00
remove meaningless log info for users
This commit is contained in:
@@ -1717,7 +1717,6 @@ impl LoginConfigHandler {
|
|||||||
self.force_relay = false;
|
self.force_relay = false;
|
||||||
if direct && !received {
|
if direct && !received {
|
||||||
let errno = errno::errno().0;
|
let errno = errno::errno().0;
|
||||||
log::info!("errno is {}", errno);
|
|
||||||
// TODO: check mac and ios
|
// TODO: check mac and ios
|
||||||
if cfg!(windows) && errno == 10054 || !cfg!(windows) && errno == 104 {
|
if cfg!(windows) && errno == 10054 || !cfg!(windows) && errno == 104 {
|
||||||
self.force_relay = true;
|
self.force_relay = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user