1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-03 11:21:38 +00:00

Merge pull request #387 from philsmd/master

cosmetic fix: don't show prompt and warning within the same line
This commit is contained in:
Jens Steube 2016-06-24 13:57:23 +02:00 committed by GitHub
commit 68f040680a

View File

@ -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).");