mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-08 17:18:48 +00:00
Styling change for benchmark mode output
This commit is contained in:
parent
5e05c6c14e
commit
ee430ead14
@ -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
|
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);
|
event_log_info (hashcat_ctx, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user