mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-13 11:34:31 +02:00
global-functions: $LogPrintExit: explicitly set severity
This commit is contained in:
parent
8425290d1d
commit
bc5133fb41
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@
|
||||||
:if ($Severity = "info" ) do={ :log info $Message; }
|
:if ($Severity = "info" ) do={ :log info $Message; }
|
||||||
} else={
|
} else={
|
||||||
:log warning $Message;
|
:log warning $Message;
|
||||||
|
:set Severity "warning";
|
||||||
}
|
}
|
||||||
|
|
||||||
:if ($Severity != "debug" || $PrintDebug = true) do={
|
:if ($Severity != "debug" || $PrintDebug = true) do={
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue