mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 18:24:35 +02:00
global-functions: $LogPrintOnce: drop support for exit
This is not widely adopted or used, so let's just drop it - no compatibility.
This commit is contained in:
parent
76f65c13d7
commit
19802c0b69
4 changed files with 9 additions and 9 deletions
|
@ -82,7 +82,7 @@
|
|||
}
|
||||
|
||||
:if ([ :len $Data ] > 63000) do={
|
||||
$LogPrintOnce warning $ScriptName ("The list is huge and may be truncated: " . $List->"url") false;
|
||||
$LogPrintOnce warning $ScriptName ("The list is huge and may be truncated: " . $List->"url");
|
||||
}
|
||||
|
||||
:while ([ :len $Data ] != 0) do={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue