]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect: suppress debug message for reloads
authorVictor Julien <victor@inliniac.net>
Wed, 26 Oct 2016 08:34:28 +0000 (10:34 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 26 Oct 2016 10:09:43 +0000 (12:09 +0200)
src/detect-engine.c

index 52bee574fea1f4171e2af9f62b309d1129ce99e4..d6584fb72cdfeb3d89c0761a9fd61657fc06c61b 100644 (file)
@@ -502,8 +502,8 @@ static int DetectEngineReloadThreads(DetectEngineCtx *new_de_ctx)
     /* threads now all have new data, however they may not have started using
      * it and may still use the old data */
 
-    SCLogInfo("Live rule swap has swapped %d old det_ctx's with new ones, "
-              "along with the new de_ctx", no_of_detect_tvs);
+    SCLogDebug("Live rule swap has swapped %d old det_ctx's with new ones, "
+               "along with the new de_ctx", no_of_detect_tvs);
 
     InjectPackets(detect_tvs, new_det_ctx, no_of_detect_tvs);