1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 18:08:20 +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:
TheWorkingDeveloper 2021-08-24 17:17:36 +02:00 committed by GitHub
parent 6008a8873e
commit a29f70c9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1423,9 +1423,9 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
hashcat_status->status_string);
event_log_info (hashcat_ctx,
"Hash.Name........: %s (%i)",
hashcat_status->hash_name,
hashconfig->hash_mode);
"Hash.Name........: %i - %s",
hashconfig->hash_mode,
hashcat_status->hash_name);
event_log_info (hashcat_ctx,
"Hash.Target......: %s",