]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2711 in SNORT/snort3 from ~OSHUMEIK/snort3:fix to master
authorBhagya Tholpady (bbantwal) <bbantwal@cisco.com>
Fri, 22 Jan 2021 14:00:43 +0000 (14:00 +0000)
committerBhagya Tholpady (bbantwal) <bbantwal@cisco.com>
Fri, 22 Jan 2021 14:00:43 +0000 (14:00 +0000)
Squashed commit of the following:

commit 46d8bcdb2067c1c169de3e4666bac9c2804a62f6
Author: Oleksii Shumeiko <oshumeik@cisco.com>
Date:   Wed Jan 20 13:44:33 2021 +0200

    managers: change the message to be a warning

src/managers/inspector_manager.cc

index 3f3c2c3df453dea47483eea4dfccca9d41b2cab2..84f0168e677cb2dc4973265aa672b1656c9a43f4 100644 (file)
@@ -364,7 +364,7 @@ static void purge_trash(const PHList& trash)
         if ( p->is_inactive() )
             InspectorManager::free_inspector(p);
         else
-            LogMessage("Still-referenced inspector found in the trash: '%s'.\n",
+            WarningMessage("Inspector found in the trash is still in use: '%s'.\n",
                 p->get_api()->base.name);
 }