diff --git a/src/main.rs b/src/main.rs index d1bb62c..ecd35e2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -112,7 +112,7 @@ async fn main() { .init().unwrap(); // todo: ensure we are running as root (or Administrator on Windows) - info!("The ID of the current user is {} and log level is {:?}", whoami::username()); + info!("The ID of the current user is {}", whoami::username()); let password_file_opt = args.value_of("password_file"); if password_file_opt.is_none() {