mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 01:34:32 +02:00
always use severity 'warning', not just 'warn'
This commit is contained in:
parent
e104b54bf0
commit
bf41a8d48a
4 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@ $ScriptLock "collect-wireless-mac%TEMPL%";
|
|||
|
||||
:if ([ / %PATH% access-list print count-only where comment="--- collected above ---" disabled ] = 0) do={
|
||||
/ %PATH% access-list add comment="--- collected above ---" disabled=yes;
|
||||
$LogPrintExit warn "Added disabled access-list entry with comment '--- collected above ---'." false;
|
||||
$LogPrintExit warning "Added disabled access-list entry with comment '--- collected above ---'." false;
|
||||
}
|
||||
:local PlaceBefore [ / %PATH% access-list find where comment="--- collected above ---" disabled ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue