always use severity 'warning', not just 'warn'

This commit is contained in:
Christian Hesse 2020-03-05 09:18:23 +01:00
parent e104b54bf0
commit bf41a8d48a
4 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ $ScriptLock "collect-wireless-mac.local";
:if ([ / interface wireless access-list print count-only where comment="--- collected above ---" disabled ] = 0) do={
/ interface wireless 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 [ / interface wireless access-list find where comment="--- collected above ---" disabled ];