aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-07-17 07:47:28 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-07-17 07:52:56 +0200
commit1b55c9b5a2662ac187591c1f81dd541d88e70e9b (patch)
tree4de1120be2400b850ca88676bc434938aa6ee7b9
parent33899b990432b266c500a35a7f0837d1357f8f3f (diff)
log-forward: use $SymbolByUnicodeName
-rw-r--r--log-forward3
1 files changed, 2 insertions, 1 deletions
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);