Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Sep 7, 2024
1 parent 6157df7 commit 7e699ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -927,10 +927,9 @@ impl Configuration {
// overflow until I get time to investigate the root cause
if config.verbosity > 3 {
eprintln!(
"{} {}: {}",
"{} {}: Trace level logging is disabled; setting log level to debug",
status_colorizer("WRN"),
module_colorizer("Configuration::parse_cli_args"),
"Trace level logging is disabled; setting log level to debug"
);

config.verbosity = 3;
Expand Down

0 comments on commit 7e699ed

Please sign in to comment.