Final machine output status missing depending timer

pull/970/head
Della Street 7 years ago
parent bb5663e439
commit 2bacba703e

@ -274,6 +274,10 @@ static void main_cracker_finished (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, MAYB
event_log_info (hashcat_ctx, "");
}
}
else if (user_options->machine_readable == true)
{
status_display (hashcat_ctx);
}
else
{
if (user_options->quiet == false)

Loading…
Cancel
Save