diff options
author | Christian Hesse <mail@eworm.de> | 2020-02-26 12:09:19 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-02-26 12:09:19 +0100 |
commit | 3ebf68a08c94e23d742a37815caa3c55b6985806 (patch) | |
tree | 86ff5ab9d07d34e5794857b1f22caae220cc5f2f /update-tunnelbroker | |
parent | 6ef764c7d7dc855dc40313fbe79702d6949b7abb (diff) |
global-functions: $LogAndError: add severity
Diffstat (limited to 'update-tunnelbroker')
-rw-r--r-- | update-tunnelbroker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-tunnelbroker b/update-tunnelbroker index 1dd11f1..138fac7 100644 --- a/update-tunnelbroker +++ b/update-tunnelbroker @@ -8,7 +8,7 @@ :global LogAndError; :if ([ / ip cloud get ddns-enabled ] != true) do={ - $LogAndError "IP cloud DDNS is not enabled."; + $LogAndError error "IP cloud DDNS is not enabled."; } # Get the current ip address from cloud |