mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-11-27 22:25:12 +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 )
|
if ( bayesian_correlation != 0.0 && config->bayesianCorrelationInterval != 0 )
|
||||||
{
|
{
|
||||||
corr->correlation += AI_bayesian_correlation_weight() * bayesian_correlation;
|
corr->correlation += AI_bayesian_correlation_weight() * bayesian_correlation;
|
||||||
_dpd.logMsg ( "bayesian probability: %f\n", bayesian_correlation );
|
|
||||||
n_correlations++;
|
n_correlations++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue