mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
Change printf to ast_log (bug #238)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1484 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
pbx.c
2
pbx.c
@@ -1053,7 +1053,7 @@ void pbx_substitute_variables_helper(struct ast_channel *c,const char *cp1,char
|
|||||||
/* Evaluate expression */
|
/* Evaluate expression */
|
||||||
cp4 = ast_expr(vars);
|
cp4 = ast_expr(vars);
|
||||||
|
|
||||||
printf("Expression is '%s'\n", cp4);
|
ast_log(LOG_DEBUG, "Expression is '%s'\n", cp4);
|
||||||
|
|
||||||
if (cp4) {
|
if (cp4) {
|
||||||
length = strlen(cp4);
|
length = strlen(cp4);
|
||||||
|
Reference in New Issue
Block a user