mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-22 22:58:30 +00:00
Move message to log level error to avoid poluting output when sent to a file.
This commit is contained in:
parent
a4555fdcb9
commit
10000b324f
@ -1002,7 +1002,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
if ((user_options->show == true) && (user_options->username == true))
|
||||
{
|
||||
event_log_advice (hashcat_ctx, "Mixing --show with --username can cause exponential delay in output.");
|
||||
event_log_error (hashcat_ctx, "Mixing --show with --username can cause exponential delay in output.");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user