diff --git a/src/interface.c b/src/interface.c index 3ac86aedd..81611eab8 100644 --- a/src/interface.c +++ b/src/interface.c @@ -354,7 +354,12 @@ 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 kernel requested but not needed - falling back to pure kernel", source_file); + if (user_options->quiet == false) + { + 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, NULL); + } } else {