mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-25 09:22:36 +00:00
Adjusted format
This format matches the format used in benchmarks and looks clean in the format of id - name
This commit is contained in:
parent
6008a8873e
commit
a29f70c9f9
@ -1423,9 +1423,9 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
|
|||||||
hashcat_status->status_string);
|
hashcat_status->status_string);
|
||||||
|
|
||||||
event_log_info (hashcat_ctx,
|
event_log_info (hashcat_ctx,
|
||||||
"Hash.Name........: %s (%i)",
|
"Hash.Name........: %i - %s",
|
||||||
hashcat_status->hash_name,
|
hashconfig->hash_mode,
|
||||||
hashconfig->hash_mode);
|
hashcat_status->hash_name);
|
||||||
|
|
||||||
event_log_info (hashcat_ctx,
|
event_log_info (hashcat_ctx,
|
||||||
"Hash.Target......: %s",
|
"Hash.Target......: %s",
|
||||||
|
Loading…
Reference in New Issue
Block a user