]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
tweak error msg
authorRuss Combs <rucombs@cisco.com>
Thu, 14 Aug 2014 12:27:54 +0000 (08:27 -0400)
committerRuss Combs <rucombs@cisco.com>
Thu, 14 Aug 2014 12:27:54 +0000 (08:27 -0400)
src/managers/ips_manager.cc

index 9b4d08001c439cbf331514c15627629f6a07108b..7b70d19af204137fbd85ba92ab2a08f3c8de05a1 100644 (file)
@@ -200,7 +200,7 @@ bool IpsManager::option_begin(
 
     if ( current_module && !current_module->begin(key, 0, sc) )
     {
-        ParseError("can't initialize %s\n", key);
+        ParseError("can't initialize %s", key);
         return false;
     }
     current_keyword = key;