From 0066def1beced7c91f4e5125fbb9fafee0fdfa24 Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Mon, 14 Feb 2022 18:10:46 -0600 Subject: [PATCH] Fix formatting --- src/terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal.c b/src/terminal.c index e7d7bf88d..5cd6aa0fc 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -2100,7 +2100,7 @@ void status_display (hashcat_ctx_t *hashcat_ctx) if (digests_new > 1) { event_log_info (hashcat_ctx, - "Recovered.Total..: %d/%d (%.2f%%) Digests, %d/%d (%.2f%%) Salts, %d/%d (%.2f%%) New", + "Recovered.Total..: %d/%d (%.2f%%) Digests, %d/%d (%.2f%%) Salts", hashcat_status->digests_done, hashcat_status->digests_cnt, hashcat_status->digests_percent,