From 1b55c9b5a2662ac187591c1f81dd541d88e70e9b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 17 Jul 2020 07:47:28 +0200 Subject: log-forward: use $SymbolByUnicodeName --- log-forward | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/log-forward b/log-forward index 068ffb0..1bba504 100644 --- a/log-forward +++ b/log-forward @@ -13,6 +13,7 @@ :global LogPrintExit; :global MailServerIsUp; :global SendNotification; +:global SymbolByUnicodeName; :global WaitFullyConnected; $WaitFullyConnected; @@ -39,7 +40,7 @@ $WaitFullyConnected; } :if ($Count > 0) do={ - $SendNotification ("\E2\9A\A0 Log Forwarding") \ + $SendNotification ([ $SymbolByUnicodeName "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