Skip to content

Commit

Permalink
no config is not an error
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber committed Jan 17, 2024
1 parent f28f754 commit fad48c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl Config {

let config_toml = match ConfigToml::new(config_path.as_str()) {
Err(e) => {
log::error!("{config_path}: {e}");
log::warn!("{config_path}: {e}");
log::warn!("Continuing without config file ...");
None
}
Expand Down

0 comments on commit fad48c2

Please sign in to comment.