aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index 85d9d59..747dd25 100644
--- a/global-functions
+++ b/global-functions
@@ -629,7 +629,7 @@
http-data=("chat_id=" . $ChatId . "&disable_notification=" . $Silent . \
"&text=" . [ $UrlEncode ("[" . $Identity . "] " . $Subject . "\n\n" . $Message) ]);
} on-error={
- :log warning "Failed sending telegram notification!";
+ $LogPrintExit warning ("Failed sending telegram notification!") false;
}
}