mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-07 10:31:29 +03:00
no config is not an error
This commit is contained in:
@@ -103,7 +103,7 @@ impl Config {
|
|||||||
|
|
||||||
let config_toml = match ConfigToml::new(config_path.as_str()) {
|
let config_toml = match ConfigToml::new(config_path.as_str()) {
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
log::error!("{config_path}: {e}");
|
log::warn!("{config_path}: {e}");
|
||||||
log::warn!("Continuing without config file ...");
|
log::warn!("Continuing without config file ...");
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user