From e5542839fcac3485cb85671f08b7055230a7a794 Mon Sep 17 00:00:00 2001 From: PenguinKeeper7 <64717060+PenguinKeeper7@users.noreply.github.com> Date: Tue, 7 Mar 2023 22:19:04 +0000 Subject: [PATCH] Update straight.c --- src/straight.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/straight.c b/src/straight.c index fa71d14a9..4e7badc96 100644 --- a/src/straight.c +++ b/src/straight.c @@ -289,6 +289,7 @@ int straight_ctx_init (hashcat_ctx_t *hashcat_ctx) { if (user_options->rp_files_cnt) { + event_log_info_nn(hashcat_ctx, "Loading Rules"); if (kernel_rules_load (hashcat_ctx, &straight_ctx->kernel_rules_buf, &straight_ctx->kernel_rules_cnt) == -1) return -1; } else if (user_options->rp_gen)