1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-27 10:28:17 +00:00

Remove double message

This commit is contained in:
jsteube 2016-10-10 11:05:41 +02:00
parent 8fc4da795b
commit f962a38221

View File

@ -360,8 +360,6 @@ static int main_potfile_all_cracked (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, MA
event_log_info (hashcat_ctx, "INFO: All hashes found in potfile! You can use --show to display them."); event_log_info (hashcat_ctx, "INFO: All hashes found in potfile! You can use --show to display them.");
event_log_info (hashcat_ctx, ""); event_log_info (hashcat_ctx, "");
event_log_info (hashcat_ctx, "INFO: No more hashes left to crack, exiting...");
event_log_info (hashcat_ctx, "");
return 0; return 0;
} }