mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
log-forward: add 'if any' in log message
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user