mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-03 06:34:27 +02:00
fw-addr-lists: human readable numbers for counts
This commit is contained in:
parent
70cc1ff53b
commit
491d85000d
1 changed files with 4 additions and 2 deletions
|
@ -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={ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue