From be5b6e0687be98cbfefc7d381ab54e4577a670b0 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 5 Mar 2020 08:34:33 +0100 Subject: dhcp-lease-comment: use $LogPrintExit --- dhcp-lease-comment.local | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dhcp-lease-comment.local') diff --git a/dhcp-lease-comment.local b/dhcp-lease-comment.local index 367ca0b..eb74dab 100644 --- a/dhcp-lease-comment.local +++ b/dhcp-lease-comment.local @@ -6,6 +6,8 @@ # # !! Do not edit this file, it is generated from template! +:global LogPrintExit; + :foreach Lease in=[ / ip dhcp-server lease find where dynamic=yes status=bound ] do={ :local LeaseVal [ / ip dhcp-server lease get $Lease ]; :local NewComment; @@ -14,7 +16,7 @@ :set NewComment [ / interface wireless access-list get $AccessList comment ]; } :if ([ :len $NewComment ] != 0 && $LeaseVal->"comment" != $NewComment) do={ - :log info ("Updating comment for DHCP lease " . $LeaseVal->"mac-address" . ": " . $NewComment); + $LogPrintExit info ("Updating comment for DHCP lease " . $LeaseVal->"mac-address" . ": " . $NewComment) false; / ip dhcp-server lease set comment=$NewComment $Lease; } } -- cgit v1.2.3-54-g00ecf