mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-31 19:08:43 +00:00
Merge pull request #2586 from llamasoft/patch-1
Improve warning message wording
This commit is contained in:
commit
8cfc2dacb5
@ -342,7 +342,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
|||||||
if (user_options->quiet == false)
|
if (user_options->quiet == false)
|
||||||
{
|
{
|
||||||
event_log_warning (hashcat_ctx, "Kernel %s:", source_file);
|
event_log_warning (hashcat_ctx, "Kernel %s:", source_file);
|
||||||
event_log_warning (hashcat_ctx, "Optimized kernel requested but not needed - falling back to pure kernel");
|
event_log_warning (hashcat_ctx, "Optimized kernel requested but not available or not required - falling back to pure kernel");
|
||||||
event_log_warning (hashcat_ctx, NULL);
|
event_log_warning (hashcat_ctx, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user