Skip to content

Commit

Permalink
logger: manager: Use new cli interface
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Dec 1, 2023
1 parent afb52f9 commit ea9a464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logger/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub fn init() {
);
debug!("Command line call: {}", cli::manager::command_line_string());
debug!(
"Command line input struct call: {:#?}",
cli::manager::matches().args
"Command line input struct call: {}",
cli::manager::command_line()
);
}

0 comments on commit ea9a464

Please sign in to comment.