From: Andres Avila Segura (aavilase) Date: Thu, 6 Mar 2025 13:44:04 +0000 (+0000) Subject: Pull request #4618: appid: adding logs while creating third party context to monitor... X-Git-Tag: 3.7.1.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66f0684398db69e32244d25c83617b476802af1c;p=thirdparty%2Fsnort3.git Pull request #4618: appid: adding logs while creating third party context to monitor hanging Merge in SNORT/snort3 from ~AAVILASE/snort3:third_party_reload_logging to master Squashed commit of the following: commit fd570b5fc85d6b700a4f30ab5ae406e661b84328 Author: Andres Avila Date: Thu Feb 13 08:40:19 2025 -0500 appid: Adding log while creating third party context to monitor hanging --- diff --git a/src/network_inspectors/appid/tp_lib_handler.cc b/src/network_inspectors/appid/tp_lib_handler.cc index e4b5ab12f..e6b16000f 100644 --- a/src/network_inspectors/appid/tp_lib_handler.cc +++ b/src/network_inspectors/appid/tp_lib_handler.cc @@ -105,6 +105,7 @@ ThirdPartyAppIdContext* TPLibHandler::create_tp_appid_ctxt(const AppIdConfig& co tp_config.tp_allow_probes = odp_ctxt.tp_allow_probes; tp_config.tp_appid_profiler_functions = get_tp_appid_profiler_functions(); + APPID_LOG(nullptr, TRACE_INFO_LEVEL, "Creating third party context!\n"); ThirdPartyAppIdContext* tp_appid_ctxt = self->tp_appid_create_ctxt(tp_config); if (tp_appid_ctxt == nullptr) {