From c9faeb57cbe54ff31bb4c41c03d10b145dc8d63a Mon Sep 17 00:00:00 2001 From: Anoop Saldanha Date: Wed, 27 Jun 2012 17:09:59 +0530 Subject: [PATCH] Add info message for suricata giving precedence for rule event suppressions over conf suppressions --- src/suricata.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/suricata.c b/src/suricata.c index 7f78bd1..534b66f 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -1210,6 +1210,12 @@ int main(int argc, char **argv) conf_filename = DEFAULT_CONF_FILE; } + SCLogInfo("Suricata currently gives precedene for the event suppression " + "provided in the rules, over the ones provided in the conf " + "file. Our event engine will be updated in the future to " + "allow conf override and also be used simultaneously with " + "rule suppressions. Have a look at bug #455 for further info."); + /** \todo we need an api for these */ /* Load yaml configuration file if provided. */ if (conf_filename != NULL) { -- 1.7.1