diff --git a/src/main.rs b/src/main.rs index b1b1ec3..08ed349 100644 --- a/src/main.rs +++ b/src/main.rs @@ -170,6 +170,8 @@ impl Config { error!(e); } }; + } + else { let msg = format!("Using {config_path}/domains.toml"); info!(msg); }