Only Output "Using domains.toml" when config contains any redirects
All checks were successful
Run Tests on Code / run-tests (push) Successful in 12s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 12s
This commit is contained in:
parent
add30dcfdd
commit
c2bf7cc4ae
1 changed files with 2 additions and 2 deletions
|
@ -170,9 +170,9 @@ impl Config {
|
||||||
error!(e);
|
error!(e);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
|
||||||
let msg = format!("Using {config_path}/domains.toml");
|
let msg = format!("Using {config_path}/domains.toml");
|
||||||
info!(msg);
|
info!(msg);
|
||||||
|
}
|
||||||
(data, Some(config_path))
|
(data, Some(config_path))
|
||||||
},
|
},
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
|
|
Loading…
Reference in a new issue