--- lib/Qpsmtpd.pm.hook-logdebug Sun Nov 5 10:54:03 2006 +++ lib/Qpsmtpd.pm Sun Nov 5 19:35:48 2006 @@ -341,7 +341,7 @@ $@ and warn("FATAL LOGGING PLUGIN ERROR: ", $@) and next; } else { - $self->varlog(LOGINFO, $hook, $code->{name}); + $self->varlog(LOGDEBUG, $hook, $code->{name}); eval { (@r) = $code->{code}->($self, $self->transaction, @_); }; $@ and $self->log(LOGCRIT, "FATAL PLUGIN ERROR: ", $@) and next;