mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-12 23:52:42 +00:00
change wording when user tries -O, but not needed
This commit is contained in:
parent
007cd17a5e
commit
59701ee7ed
@ -24508,7 +24508,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
|||||||
{
|
{
|
||||||
if (hashconfig->has_optimized_kernel == false)
|
if (hashconfig->has_optimized_kernel == false)
|
||||||
{
|
{
|
||||||
if (user_options->quiet == false) event_log_warning (hashcat_ctx, "%s: Optimized OpenCL kernel not found, falling back to pure OpenCL kernel", source_file);
|
if (user_options->quiet == false) event_log_warning (hashcat_ctx, "%s: Optimized OpenCL kernel requested but not needed - falling back to pure OpenCL kernel", source_file);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user