aboutsummaryrefslogtreecommitdiffstats
path: root/ppp-on-up
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 /ppp-on-up
parent6ef764c7d7dc855dc40313fbe79702d6949b7abb (diff)
global-functions: $LogAndError: add severity
Diffstat (limited to 'ppp-on-up')
-rw-r--r--ppp-on-up2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppp-on-up b/ppp-on-up
index 6c72a94..415663c 100644
--- a/ppp-on-up
+++ b/ppp-on-up
@@ -9,7 +9,7 @@
:local Interface $interface;
:if ([ :typeof $Interface ] = "nothing") do={
- $LogAndError "This script is supposed to run from ppp on-up script hook.";
+ $LogAndError error "This script is supposed to run from ppp on-up script hook.";
}
:local IntName [ / interface get $Interface name ];