mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-12-25 03:29:31 +00: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