mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 17:54:41 +02:00
log-forward: add 'if any' in log message
This commit is contained in:
parent
158c27e293
commit
16d3709030
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ $ScriptLock "log-forward";
|
|||
|
||||
:if ($LogForwardRateLimit > 30) do={
|
||||
:set LogForwardRateLimit ($LogForwardRateLimit - 1);
|
||||
$LogPrintExit info ("Rate limit in action, not forwarding logs!") true;
|
||||
$LogPrintExit info ("Rate limit in action, not forwarding logs, if any!") true;
|
||||
}
|
||||
|
||||
$WaitFullyConnected;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue