Skip to content

Commit

Permalink
Improve warning message wording
Browse files Browse the repository at this point in the history
The comments earlier in the file indicate an optimized kernel may be listed as unavailable either because A) it doesn't exist or B) provides no benefit.
This updates the warning message to make that more clear.
  • Loading branch information
llamasoft authored Oct 21, 2020
1 parent ee3b5da commit 5919641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
if (user_options->quiet == false)
{
event_log_warning (hashcat_ctx, "Kernel %s:", source_file);
event_log_warning (hashcat_ctx, "Optimized kernel requested but not available - 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);
}
}
Expand Down

0 comments on commit 5919641

Please sign in to comment.