From ee430ead14c92a771044e20ea69623786b31b587 Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Wed, 27 Sep 2017 13:31:42 -0500 Subject: [PATCH] Styling change for benchmark mode output --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 9d8a6f68c..f2182900f 100644 --- a/src/main.c +++ b/src/main.c @@ -438,7 +438,7 @@ static void main_outerloop_mainscreen (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, { char *hash_type = strhashtype (hashconfig->hash_mode); // not a bug - event_log_info (hashcat_ctx, "%d - Hashtype: %s", hashconfig->hash_mode, hash_type); + event_log_info (hashcat_ctx, "Hashtype: %d - %s", hashconfig->hash_mode, hash_type); event_log_info (hashcat_ctx, NULL); } }