aboutsummaryrefslogtreecommitdiffstats
path: root/sms-action
diff options
context:
space:
mode:
Diffstat (limited to 'sms-action')
-rw-r--r--sms-action2
1 files changed, 1 insertions, 1 deletions
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);