From 5b2838ee74b138a5b62823ec4e1da7a6746485a8 Mon Sep 17 00:00:00 2001 From: "George Koikara (gkoikara)" Date: Tue, 25 Feb 2020 10:01:51 +0000 Subject: [PATCH] Merge pull request #1988 in SNORT/snort3 from ~POAWASTH/snort3:cli to master Squashed commit of the following: commit 7ec3359e5db730e2f7e7529e22269b55fc9b3dd3 Author: Pooja Awasthi Date: Tue Feb 4 03:49:36 2020 -0500 CLI:Dump stats termination label for show snort3 counters CLI --- src/main/analyzer_command.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/analyzer_command.cc b/src/main/analyzer_command.cc index d9596ec6b..57f3c6b94 100644 --- a/src/main/analyzer_command.cc +++ b/src/main/analyzer_command.cc @@ -91,6 +91,7 @@ ACGetStats::~ACGetStats() // FIXIT-L This should track the owner so it can dump stats to the // shell instead of the logs when initiated by a shell command DropStats(); + LogMessage("==================================================\n"); // Marking End of stats } ACSwap::ACSwap(Swapper* ps, Request* req, bool from_shell) : ps(ps), request(req), from_shell(from_shell) -- 2.47.3