mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-01 16:54:38 +02:00
global-functions: $LogAndError: add severity
This commit is contained in:
parent
6ef764c7d7
commit
3ebf68a08c
12 changed files with 16 additions and 15 deletions
|
@ -8,7 +8,7 @@
|
|||
:global LogAndError;
|
||||
|
||||
:if ([ / ip cloud get ddns-enabled ] != true) do={
|
||||
$LogAndError "IP cloud DDNS is not enabled.";
|
||||
$LogAndError error "IP cloud DDNS is not enabled.";
|
||||
}
|
||||
|
||||
# Get the current ip address from cloud
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue