From: Bhagya Tholpady (bbantwal) Date: Fri, 22 Jan 2021 14:00:43 +0000 (+0000) Subject: Merge pull request #2711 in SNORT/snort3 from ~OSHUMEIK/snort3:fix to master X-Git-Tag: 3.1.1.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b276fe7f71fbdee8892e30fafd35b7abab7d1b;p=thirdparty%2Fsnort3.git Merge pull request #2711 in SNORT/snort3 from ~OSHUMEIK/snort3:fix to master Squashed commit of the following: commit 46d8bcdb2067c1c169de3e4666bac9c2804a62f6 Author: Oleksii Shumeiko Date: Wed Jan 20 13:44:33 2021 +0200 managers: change the message to be a warning --- diff --git a/src/managers/inspector_manager.cc b/src/managers/inspector_manager.cc index 3f3c2c3df..84f0168e6 100644 --- a/src/managers/inspector_manager.cc +++ b/src/managers/inspector_manager.cc @@ -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); }