From b09bebae3c16788603a00a9a86a6fb1af7b972e1 Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Tue, 23 Jun 2020 12:10:47 -0800 Subject: [PATCH] make 'Applicable optimizers' less ambiguous --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 7e045eb6a..48cf59e27 100644 --- a/src/main.c +++ b/src/main.c @@ -471,7 +471,7 @@ static void main_outerloop_mainscreen (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, if (hashconfig->opti_type) { - event_log_info (hashcat_ctx, "Applicable optimizers:"); + event_log_info (hashcat_ctx, "Applicable optimizers applied:"); for (u32 i = 0; i < 32; i++) {