fix errore chiamata gettimestamp

This commit is contained in:
2020-12-31 17:13:05 +01:00
parent f71dae07dd
commit 925590ba2c
2 changed files with 35 additions and 8 deletions

View File

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