cosmetic fix: don't show prompt and warning within the same line

pull/387/head
philsmd 8 years ago
parent 8298cd4926
commit 79d02466af
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

@ -18084,6 +18084,8 @@ int main (int argc, char **argv)
{
if (quiet == 0)
{
clear_prompt ();
log_info ("ATTENTION!");
log_info (" The wordlist or mask you are using is too small.");
log_info (" Therefore, hashcat is unable to utilize the full parallelization power of your device(s).");

Loading…
Cancel
Save