conformati il tracciato log

This commit is contained in:
2021-01-01 10:22:41 +01:00
parent 925590ba2c
commit 7a732a5b96
2 changed files with 13 additions and 8 deletions

View File

@@ -346,11 +346,12 @@ sub emailSend {
)
)
{
print getTimeStamp("log") . " - $email_obj\n";
print getTimeStamp("log") . " - Mail sent to: $email_addr.\n";
print getTimeStamp("log") . " - pid $$ >> $email_obj\n";
print getTimeStamp("log") . " - pid $$ >> Mail sent to: $email_addr.\n";
}
else {
print getTimeStamp("log") . " - Error in sending mail to: $email_addr.\n";
print getTimeStamp("log")
. " - pid $$ >> Error in sending mail to: $email_addr.\n";
}
}