mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-13 03:24:28 +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; }
|
||||
} else={
|
||||
:log warning $Message;
|
||||
:set Severity "warning";
|
||||
}
|
||||
|
||||
:if ($Severity != "debug" || $PrintDebug = true) do={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue