mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 03:56:27 +00:00
unsafe
This commit is contained in:
@@ -284,7 +284,7 @@ impl Config {
|
|||||||
log::debug!("Configuration path: {}", file.display());
|
log::debug!("Configuration path: {}", file.display());
|
||||||
let cfg = load_path(file);
|
let cfg = load_path(file);
|
||||||
if suffix.is_empty() {
|
if suffix.is_empty() {
|
||||||
log::debug!("{:?}", cfg);
|
log::trace!("{:?}", cfg);
|
||||||
}
|
}
|
||||||
cfg
|
cfg
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user