0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 03:02:14 +02:00

vacation.pl: bump log priority in send_vacation_email(..) routine - see #832

This commit is contained in:
David Goodwin 2024-06-01 08:56:28 +01:00
parent c32f344b9d
commit 06a7bb7fb6
No known key found for this signature in database

View File

@ -643,7 +643,7 @@ sub send_vacation_email {
if (@_) {
$logger->error("Failed to send vacation response to $to from $from subject $subject: @_");
} else {
$logger->debug("Vacation response sent to $to from $from subject $subject Email $email_from sent\n");
$logger->info("Vacation response sent to $to from $from subject $subject Email $email_from sent\n");
}
}
}