summaryrefslogtreecommitdiff
path: root/funcs/func_version.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_version.c')
-rw-r--r--funcs/func_version.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/funcs/func_version.c b/funcs/func_version.c
index b72d0e78f..88ad138e7 100644
--- a/funcs/func_version.c
+++ b/funcs/func_version.c
@@ -76,9 +76,7 @@ static int acf_version_exec(struct ast_channel *chan, const char *cmd,
}
- if (option_debug)
- ast_log(LOG_DEBUG, "VERSION returns %s result, given %s argument\n",
- response_char, args.info);
+ ast_debug(1, "VERSION returns %s result, given %s argument\n", response_char, args.info);
snprintf(buffer, buflen, "%s", response_char);
ast_module_user_remove(u);