Browse Source

fix: typo

pull/4402/head
Helmut K. C. Tessarek 1 year ago
parent
commit
d8515cb8ff
No known key found for this signature in database GPG Key ID: BE0985349D44DD00
  1. 2
      src/main.rs

2
src/main.rs

@ -75,7 +75,7 @@ async fn main() -> Result<(), Error> {
valid_log_levels = format!("{}{}{}", valid_log_levels, joinstr, elem.as_str().to_lowercase());
false
});
println!("Log level must be oe of the following: {valid_log_levels}");
println!("Log level must be one of the following: {valid_log_levels}");
exit(1);
});
init_logging(level).ok();

Loading…
Cancel
Save