dspam: raise loglevel on debug log message

This commit is contained in:
Matt Simerson 2013-03-27 19:50:10 -04:00
parent b9501855ff
commit 9fdf741a20

View File

@ -622,7 +622,7 @@ sub autolearn_naughty {
my $learn = $self->{_args}{autolearn} or return;
if ( $learn ne 'naughty' && $learn ne 'any' ) {
$self->log(LOGINFO, "skipping naughty autolearn");
$self->log(LOGDEBUG, "skipping naughty autolearn");
return;
};