diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-13 22:15:23 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-13 22:15:23 +0100 |
commit | b8efaafe6efe80f6201bb40e779738fc6d3ffb97 (patch) | |
tree | 25984208c74c1b5f0502a6422a45030b874a4b86 | |
parent | 7b3960a0e1f6cc13219d0021a86ddfbc48faf82b (diff) |
global-functions: $SendTelegram: decrease log severity to info
The message is queued, not lost...
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index de810cd..a4a3630 100644 --- a/global-functions +++ b/global-functions @@ -827,7 +827,7 @@ http-data=("chat_id=" . $ChatId . "&disable_notification=" . $Silent . \ "&parse_mode=" . $ParseMode . "&text=" . $Text); } on-error={ - $LogPrintExit warning ("Failed sending telegram notification! Queuing...") false; + $LogPrintExit info ("Failed sending telegram notification! Queuing...") false; :if ([ :typeof $TelegramQueue ] = "nothing") do={ :set TelegramQueue [ :toarray "" ]; |