From bf41a8d48a1cb0e13e3d0b387c7d15b6eea68ddf Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 5 Mar 2020 09:18:23 +0100 Subject: always use severity 'warning', not just 'warn' --- global-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'global-functions') diff --git a/global-functions b/global-functions index 23283f1..b9f3cc4 100644 --- a/global-functions +++ b/global-functions @@ -49,7 +49,7 @@ :if ([ / system resource get free-hdd-space ] < 8388608 && \ [ / certificate settings get crl-download ] = true && \ [ / certificate settings get crl-store ] = "system") do={ - :log warn "This system has low free flash space but is configured to download certificate CRLs to system!"; + :log warning "This system has low free flash space but is configured to download certificate CRLs to system!"; } :if ([ / certificate print count-only where common-name=$CommonName ] = 0) do={ @@ -299,7 +299,7 @@ :local MailHost $MailServer; :if ([ / tool netwatch print count-only where comment=$MailServer ] = 0) do={ - :log warn ("Adding netwatch entry for mail server."); + :log warning ("Adding netwatch entry for mail server."); :local MailHost $MailServer; :if ([ :typeof [ :toip $MailHost ] ] != "ip" ) do={ :set MailHost [ :resolve $MailServer ]; -- cgit v1.2.3-54-g00ecf