Only Output "Using domains.toml" when config contains any redirects
All checks were successful
Run Tests on Code / run-tests (push) Successful in 12s

This commit is contained in:
Neshura 2024-04-10 23:29:43 +02:00
parent add30dcfdd
commit c2bf7cc4ae
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -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) => {