From df177212d1ee91cb6ca5af234866c8db77d9438d Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 3 Apr 2020 16:53:06 +0200 Subject: global-functions: $SendTelegram: use $LogPrintExit --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global-functions') 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; } } -- cgit v1.2.3-54-g00ecf