From: Shravan Rangarajuvenkata (shrarang) Date: Fri, 5 Nov 2021 18:29:18 +0000 (+0000) Subject: Pull request #3147: appid: restore the log of reload detectors complete message X-Git-Tag: 3.1.17.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e84de8427c4046e50b4e22588d7d482ec260aa;p=thirdparty%2Fsnort3.git Pull request #3147: appid: restore the log of reload detectors complete message Merge in SNORT/snort3 from ~SBAIGAL/snort3:reload_log_patch to master Squashed commit of the following: commit ef7e572e265cff4af2a4375c5d469ea6016c455b Author: Steven Baigal (sbaigal) Date: Fri Nov 5 10:34:49 2021 -0400 appid: restore the log of reload detectors complete message --- diff --git a/src/network_inspectors/appid/appid_module.cc b/src/network_inspectors/appid/appid_module.cc index 137572532..dba8ad561 100644 --- a/src/network_inspectors/appid/appid_module.cc +++ b/src/network_inspectors/appid/appid_module.cc @@ -270,6 +270,7 @@ ACOdpContextSwap::~ACOdpContextSwap() file_path = std::string(ctxt.config.app_detector_dir) + "/../userappid.conf"; ctxt.get_odp_ctxt().get_app_info_mgr().dump_appid_configurations(file_path); } + LogMessage("== reload detectors complete\n"); ReloadTracker::end(ctrlcon); ctrlcon->respond("== reload detectors complete\n"); }