]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1322 in SNORT/snort3 from remove_chp_message to master
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 6 Aug 2018 19:24:54 +0000 (15:24 -0400)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 6 Aug 2018 19:24:54 +0000 (15:24 -0400)
Squashed commit of the following:

commit 55f93357511d2acf5d6b01753b54695ef6ec8344
Author: Pratik Shinde <pshinde2@cisco.com>
Date:   Mon Aug 6 13:49:42 2018 -0400

    appid: Remove chp_* message from AppIdDbg

src/network_inspectors/appid/appid_http_session.cc

index 732d2d53bdfff5f9e4c56de3be51069a111b2bc5..1b12f0ece9efef8b652e7856346e356341bd4a31 100644 (file)
@@ -411,11 +411,6 @@ int AppIdHttpSession::process_http_packet(AppidSessionDirection direction)
         asd.service_disco_state = APPID_DISCO_STATE_FINISHED;
     }
 
-    if (appidDebug->is_active())
-        LogMessage("AppIdDbg %s chp_finished %d chp_hold_flow %d\n",
-            appidDebug->get_debug_session(),
-            chp_finished, chp_hold_flow);
-
     if (!chp_finished || chp_hold_flow)
         process_chp_buffers();