mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 18:25:17 +02:00
global-functions: $LogPrintOnce: support exit
This commit is contained in:
parent
306269f919
commit
a7619a5119
3 changed files with 5 additions and 4 deletions
|
@ -74,7 +74,7 @@ $WaitFullyConnected;
|
|||
}
|
||||
|
||||
:if ([ :len $Data ] > 63000) do={
|
||||
$LogPrintOnce warning $0 ("The list is huge and may be truncated: " . $List->"url");
|
||||
$LogPrintOnce warning $0 ("The list is huge and may be truncated: " . $List->"url") false;
|
||||
}
|
||||
|
||||
:while ([ :len $Data ] != 0) do={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue