parent
add30dcfdd
commit
c2bf7cc4ae
1 changed files with 2 additions and 2 deletions
|
@ -170,9 +170,9 @@ impl Config {
|
||||||
error!(e);
|
error!(e);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
let msg = format!("Using {config_path}/domains.toml");
|
||||||
|
info!(msg);
|
||||||
}
|
}
|
||||||
let msg = format!("Using {config_path}/domains.toml");
|
|
||||||
info!(msg);
|
|
||||||
(data, Some(config_path))
|
(data, Some(config_path))
|
||||||
},
|
},
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue