[Asterisk-cvs] asterisk pbx.c,1.45,1.46

markster at lists.digium.com markster at lists.digium.com
Mon Sep 8 11:06:59 CDT 2003


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv30735

Modified Files:
	pbx.c 
Log Message:
Change printf to ast_log (bug #238)


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** pbx.c	4 Sep 2003 22:46:06 -0000	1.45
--- pbx.c	8 Sep 2003 16:08:07 -0000	1.46
***************
*** 1054,1058 ****
  			cp4 = ast_expr(vars);
  			
! 			printf("Expression is '%s'\n", cp4);
  			
  			if (cp4) {
--- 1054,1058 ----
  			cp4 = ast_expr(vars);
  			
! 			ast_log(LOG_DEBUG, "Expression is '%s'\n", cp4);
  			
  			if (cp4) {




More information about the svn-commits mailing list