diff --git a/src/progress.rs b/src/progress.rs index 5e17c12..767aa02 100644 --- a/src/progress.rs +++ b/src/progress.rs @@ -24,7 +24,7 @@ impl OutputLine for Progress { } fn output_line_info(&mut self, args: Arguments) { - self.bar.set_message(format!("{}[INFO]{}{args}", *YELLOW, *RESET)); + self.bar.set_message(format!("{}[INFO]{} {args}", *YELLOW, *RESET)); } }