1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-23 06:01:06 +00:00

Merge pull request #1432 from roycewilliams/master

change wording when user tries -O, but not needed
This commit is contained in:
Jens Steube 2017-11-06 19:36:36 +01:00 committed by GitHub
commit 6f9d3c1872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{