aboutsummaryrefslogtreecommitdiffstats
path: root/ipv6-update
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-02-26 12:09:19 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-02-26 12:09:19 +0100
commit3ebf68a08c94e23d742a37815caa3c55b6985806 (patch)
tree86ff5ab9d07d34e5794857b1f22caae220cc5f2f /ipv6-update
parent6ef764c7d7dc855dc40313fbe79702d6949b7abb (diff)
global-functions: $LogAndError: add severity
Diffstat (limited to 'ipv6-update')
-rw-r--r--ipv6-update2
1 files changed, 1 insertions, 1 deletions
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 ];