From a29f70c9f9bc45b1fb5c38d4637c27c91d10bdd5 Mon Sep 17 00:00:00 2001 From: TheWorkingDeveloper <33965786+TheWorkingDeveloper@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:17:36 +0200 Subject: [PATCH] Adjusted format This format matches the format used in benchmarks and looks clean in the format of id - name --- src/terminal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/terminal.c b/src/terminal.c index ee8be3ae2..143474339 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -1423,9 +1423,9 @@ void status_display (hashcat_ctx_t *hashcat_ctx) hashcat_status->status_string); event_log_info (hashcat_ctx, - "Hash.Name........: %s (%i)", - hashcat_status->hash_name, - hashconfig->hash_mode); + "Hash.Name........: %i - %s", + hashconfig->hash_mode, + hashcat_status->hash_name); event_log_info (hashcat_ctx, "Hash.Target......: %s",