From 7e699ed0b0c8a736d62e787461a5efee57893dbf Mon Sep 17 00:00:00 2001 From: epi Date: Sat, 7 Sep 2024 08:35:03 -0400 Subject: [PATCH] clippy --- src/config/container.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/container.rs b/src/config/container.rs index e97b6d7f..20ab4bd3 100644 --- a/src/config/container.rs +++ b/src/config/container.rs @@ -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;