Style change for benchmark mode output

This commit is contained in:
Chick3nman
2017-09-27 13:38:17 -05:00
committed by GitHub
parent ee430ead14
commit 68db9c438d
+1 -1
View File
@@ -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, "Hashtype: %d - %s", hashconfig->hash_mode, hash_type);
event_log_info (hashcat_ctx, "Hashmode: %d - %s", hashconfig->hash_mode, hash_type);
event_log_info (hashcat_ctx, NULL);
}
}