fix: fixed missing )

This commit is contained in:
Dominik Meyer 2025-02-07 12:04:12 +01:00
parent 4f5d63520c
commit e692ad212c
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -16,7 +16,7 @@ sub register {
if (!$self->{lmtp_rcpt_based} && !$self->{lmtp_host}) {
$self->{enabled} = 0;
$self->log(LOGERROR, "No LMTP host configured, disabling plugin\n";
$self->log(LOGERROR, "No LMTP host configured, disabling plugin\n");
return;
}