diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-13 22:07:24 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-13 22:07:24 +0100 |
commit | 27b494b13965349e7ac83e6abe921a59f1b5d96c (patch) | |
tree | 768fdf51875f9fc141063031ff21ec0511e80e4a /global-functions | |
parent | d519b70e650498669c569926b5b591dec7ab5944 (diff) |
global-functions: $MailServerIsUp: decrease log severity to info
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 4 |
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 { |