diff --git a/src/afterfact.rs b/src/afterfact.rs index 8e2dc2e6..cfc64c1c 100644 --- a/src/afterfact.rs +++ b/src/afterfact.rs @@ -383,7 +383,7 @@ fn emit_csv( get_writable_color(None), &format!( "Detected events / Total events: {} / {} (reduced {} events ({:.2}%))", - (all_record_cnt - reducted_record_cnt).to_formatted_string(&Locale::en), + (all_record_cnt - reducted_record_cnt).to_formatted_string(&Locale::en), all_record_cnt.to_formatted_string(&Locale::en), reducted_record_cnt.to_formatted_string(&Locale::en), reducted_percent