mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-24 00:51:05 +00:00
cosmetic fix: don't show prompt and warning within the same line
This commit is contained in:
parent
8298cd4926
commit
79d02466af
@ -18084,6 +18084,8 @@ int main (int argc, char **argv)
|
|||||||
{
|
{
|
||||||
if (quiet == 0)
|
if (quiet == 0)
|
||||||
{
|
{
|
||||||
|
clear_prompt ();
|
||||||
|
|
||||||
log_info ("ATTENTION!");
|
log_info ("ATTENTION!");
|
||||||
log_info (" The wordlist or mask you are using is too small.");
|
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).");
|
log_info (" Therefore, hashcat is unable to utilize the full parallelization power of your device(s).");
|
||||||
|
Loading…
Reference in New Issue
Block a user