From 075859c8986827b21c313affa896de814e3ae763 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 17 Jul 2020 08:07:12 +0200 Subject: global-functions: introduce and use $SymbolForNotification --- log-forward | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'log-forward') diff --git a/log-forward b/log-forward index 1bba504..0500072 100644 --- a/log-forward +++ b/log-forward @@ -13,7 +13,7 @@ :global LogPrintExit; :global MailServerIsUp; :global SendNotification; -:global SymbolByUnicodeName; +:global SymbolForNotification; :global WaitFullyConnected; $WaitFullyConnected; @@ -40,7 +40,7 @@ $WaitFullyConnected; } :if ($Count > 0) do={ - $SendNotification ([ $SymbolByUnicodeName "warning-sign" ] . " Log Forwarding") \ + $SendNotification ([ $SymbolForNotification "warning-sign" ] . "Log Forwarding") \ ("The log on " . $Identity . " contains these " . $Count . " messages after " . \ [ / system resource get uptime ] . " uptime.\n" . $Messages); -- cgit v1.2.3-54-g00ecf