mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Fix for #4136 connection to linux refused by using wrong Xauthority file.
This PR handles comments of 2nd review for initial PR #4165. Reduced number of info/log messages
This commit is contained in:
@@ -329,7 +329,6 @@ fn patch(path: PathBuf) -> PathBuf {
|
||||
.trim()
|
||||
.to_owned();
|
||||
if !home_dir.is_empty() {
|
||||
log::info!("config::patch: got home dir from: {}", home_dir);
|
||||
return home_dir.into();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user