1
0
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:
Chick3nman 2023-03-23 20:00:42 -05:00
parent a4555fdcb9
commit 10000b324f

View File

@ -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;
}