mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
fw-addr-lists: human readable numbers for counts
This commit is contained in:
@ -170,7 +170,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
$LogPrint info $ScriptName ("list: " . $FwListName . " -- added: " . $CntAdd . \
|
||||
" - renewed: " . $CntRenew . " - removed: " . $CntRemove);
|
||||
$LogPrint info $ScriptName ("list: " . $FwListName . \
|
||||
" -- added: " . [ $HumanReadableNum $CntAdd 1000 ] . \
|
||||
" - renewed: " . [ $HumanReadableNum $CntRenew 1000 ] . \
|
||||
" - removed: " . [ $HumanReadableNum $CntRemove 1000 ]);
|
||||
}
|
||||
} on-error={ }
|
||||
|
Reference in New Issue
Block a user