From 0a20640cc9848a39697e536ca932b370b7775a4d Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Tue, 26 Sep 2017 15:55:31 -0500 Subject: [PATCH] Changing mode display styling --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 2c57cc3db..bb92a43c3 100644 --- a/src/main.c +++ b/src/main.c @@ -438,8 +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, "Hashtype: %s", hash_type); - event_log_info (hashcat_ctx, "Hashmode: %d", hashconfig->hash_mode); + event_log_info (hashcat_ctx, "Hashtype: %s, -m %d", hash_type, hashconfig->hash_mode); event_log_info (hashcat_ctx, NULL); } }