dspam: raise loglevel on debug log message
This commit is contained in:
parent
e7ea7a0949
commit
d5fd8d24e3
@ -622,7 +622,7 @@ sub autolearn_naughty {
|
|||||||
my $learn = $self->{_args}{autolearn} or return;
|
my $learn = $self->{_args}{autolearn} or return;
|
||||||
|
|
||||||
if ( $learn ne 'naughty' && $learn ne 'any' ) {
|
if ( $learn ne 'naughty' && $learn ne 'any' ) {
|
||||||
$self->log(LOGINFO, "skipping naughty autolearn");
|
$self->log(LOGDEBUG, "skipping naughty autolearn");
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user