mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-10 10:04:30 +02:00
global-functions: $SendTelegram: use $LogPrintExit
This commit is contained in:
parent
af77645174
commit
df177212d1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue