From 3ebf68a08c94e23d742a37815caa3c55b6985806 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 26 Feb 2020 12:09:19 +0100 Subject: global-functions: $LogAndError: add severity --- ipv6-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipv6-update') diff --git a/ipv6-update b/ipv6-update index 52c02db..eee3536 100644 --- a/ipv6-update +++ b/ipv6-update @@ -10,7 +10,7 @@ :global LogAndError; :if ([ :typeof $PdPrefix ] = "nothing") do={ - $LogAndError "This script is supposed to run from ipv6 dhcp-client."; + $LogAndError error "This script is supposed to run from ipv6 dhcp-client."; } :local Pool [ / ipv6 pool get [ find where prefix=$PdPrefix ] name ]; -- cgit v1.2.3-54-g00ecf