aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/global-functions b/global-functions
index c6439b5..08ef0a1 100644
--- a/global-functions
+++ b/global-functions
@@ -436,13 +436,13 @@
:return true;
} else={
:if ($MailServer = "0.0.0.0") do={
- $LogPrintExit warning ("No mail server is configured! Returning gracefully...") false;
+ $LogPrintExit info ("No mail server is configured! Returning gracefully...") false;
:return true;
}
}
:if ([ :len [ / tool netwatch find where comment=$MailServer ] ] = 0) do={
- $LogPrintExit warning ("Adding netwatch entry for mail server.") false;
+ $LogPrintExit info ("Adding netwatch entry for mail server.") false;
:local MailHost $MailServer;
:if ([ :typeof [ :toip $MailHost ] ] != "ip" ) do={
:do {