1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-09-11 23:10:41 +03: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

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");
}
}
}