engine-analyzer: fix typo in message

pull/175/merge
Eric Leblond 13 years ago committed by Victor Julien
parent cd42e6a3ef
commit c7cfbb71c9

@ -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;

Loading…
Cancel
Save