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 --- sms-action | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sms-action') diff --git a/sms-action b/sms-action index 5eabdd5..ceb9071 100644 --- a/sms-action +++ b/sms-action @@ -11,7 +11,7 @@ :local Action $action; :if ([ :typeof $Action ] = "nothing") do={ - $LogAndError "This script is supposed to run from SMS hook with action=..."; + $LogAndError error "This script is supposed to run from SMS hook with action=..."; } :local Code ($SmsAction->$Action); -- cgit v1.2.3-54-g00ecf