mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-11-14 04:37:16 +01:00
Removing a stupid log message
This commit is contained in:
parent
c095514f94
commit
820ca2151c
1 changed files with 0 additions and 1 deletions
|
@ -1362,7 +1362,6 @@ AI_alert_correlation_thread ( void *arg )
|
|||
if ( bayesian_correlation != 0.0 && config->bayesianCorrelationInterval != 0 )
|
||||
{
|
||||
corr->correlation += AI_bayesian_correlation_weight() * bayesian_correlation;
|
||||
_dpd.logMsg ( "bayesian probability: %f\n", bayesian_correlation );
|
||||
n_correlations++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue