mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00: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; }
|
||||
} else={
|
||||
:log warning $Message;
|
||||
:set Severity "warning";
|
||||
}
|
||||
|
||||
:if ($Severity != "debug" || $PrintDebug = true) do={
|
||||
|
|
Loading…
Reference in a new issue