1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-16 11:48:15 +00:00

Added a newline to final status in case one or more hashes were cracked

This commit is contained in:
jsteube 2016-09-26 23:50:16 +02:00
parent 69ad06ec12
commit ff6d3da363

View File

@ -1632,6 +1632,8 @@ static int inner1_loop (user_options_t *user_options, user_options_extra_t *user
{
clear_prompt ();
if (hashes->digests_saved != hashes->digests_done) log_info ("");
status_display (opencl_ctx, hashconfig, hashes, restore_ctx, user_options, user_options_extra, rules_ctx, mask_ctx);
log_info ("");