From c7cfbb71c962bf584ed739fa812e7a098a5bcaf7 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 2 Nov 2012 22:27:50 +0100 Subject: [PATCH] engine-analyzer: fix typo in message --- src/detect-engine-analyzer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/detect-engine-analyzer.c b/src/detect-engine-analyzer.c index ea671082a6..916970da5e 100644 --- a/src/detect-engine-analyzer.c +++ b/src/detect-engine-analyzer.c @@ -177,7 +177,7 @@ int SetupFPAnalyzer(void) return 0; } - SCLogInfo("Engine-Analyis for fast_pattern printed to file - %s", + SCLogInfo("Engine-Analysis for fast_pattern printed to file - %s", log_path); struct timeval tval; @@ -225,7 +225,7 @@ int SetupRuleAnalyzer(void) return 0; } - SCLogInfo("Engine-Analyis for rules printed to file - %s", + SCLogInfo("Engine-Analysis for rules printed to file - %s", log_path); struct timeval tval;