global-functions: $SendTelegram: decrease log severity to info

The message is queued, not lost...
This commit is contained in:
Christian Hesse 2020-11-13 22:15:23 +01:00
parent 7b3960a0e1
commit b8efaafe6e

View file

@ -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 "" ];