Bugfix for previous Logging change
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s

This commit is contained in:
Neshura 2024-04-10 23:32:43 +02:00
parent 7cb109018d
commit ed4ca5899a
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -170,6 +170,8 @@ impl Config {
error!(e);
}
};
}
else {
let msg = format!("Using {config_path}/domains.toml");
info!(msg);
}