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:
Mark Spencer 2003-09-08 16:08:07 +00:00
parent 328897248a
commit 541a3eb0b1
1 changed files with 1 additions and 1 deletions

2
pbx.c
View File

@ -1053,7 +1053,7 @@ void pbx_substitute_variables_helper(struct ast_channel *c,const char *cp1,char
/* Evaluate expression */
cp4 = ast_expr(vars);
printf("Expression is '%s'\n", cp4);
ast_log(LOG_DEBUG, "Expression is '%s'\n", cp4);
if (cp4) {
length = strlen(cp4);