diff options
author | Christian Hesse <mail@eworm.de> | 2020-04-03 16:53:06 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-04-03 16:59:10 +0200 |
commit | df177212d1ee91cb6ca5af234866c8db77d9438d (patch) | |
tree | 23b90d7260e829b71c3b9872fb691410c414591d | |
parent | af776451740af8996851086f102690d7b66553ee (diff) |
global-functions: $SendTelegram: use $LogPrintExit
-rw-r--r-- | global-functions | 2 |
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; } } |