diff --git a/src/main.rs b/src/main.rs index e49c427..b1b1ec3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -170,9 +170,9 @@ impl Config { 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)) }, Err(e) => {