Bugfix for previous Logging change
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s
This commit is contained in:
parent
7cb109018d
commit
ed4ca5899a
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ impl Config {
|
||||||
error!(e);
|
error!(e);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
else {
|
||||||
let msg = format!("Using {config_path}/domains.toml");
|
let msg = format!("Using {config_path}/domains.toml");
|
||||||
info!(msg);
|
info!(msg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue