Merge pull request #1432 from roycewilliams/master

change wording when user tries -O, but not needed
pull/1433/head
Jens Steube 7 years ago committed by GitHub
commit 6f9d3c1872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24508,7 +24508,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
{
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
{

Loading…
Cancel
Save