summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfuncs/func_logic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_logic.c b/funcs/func_logic.c
index e85934d74..13cd6b18e 100755
--- a/funcs/func_logic.c
+++ b/funcs/func_logic.c
@@ -94,7 +94,7 @@ static char *builtin_function_if(struct ast_channel *chan, char *cmd, char *data
iffalse = data;
if (!expr || ast_strlen_zero(expr) || !(iftrue || iffalse)) {
- ast_log(LOG_WARNING, "Syntax IF(<timespec>?[<true>][:<false>])\n");
+ ast_log(LOG_WARNING, "Syntax IF(<expr>?[<true>][:<false>])\n");
return NULL;
}