[Home]

Summary:ASTERISK-00235: printf should be ast_log in pbx.c
Reporter:fhedberg (fhedberg)Labels:
Date Opened:2003-09-08 08:57:31Date Closed:2008-01-15 14:33:59.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Silly thing, but line 1056 in pbx.c reads
"printf("Expression is '%s'\n", cp4);"
Shouldn't it use ast_log?
Comments:By: Mark Spencer (markster) 2003-09-08 11:07:06

Fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 14:33:59.000-0600

Repository: asterisk
Revision: 1484

U   trunk/pbx.c

------------------------------------------------------------------------
r1484 | markster | 2008-01-15 14:33:59 -0600 (Tue, 15 Jan 2008) | 2 lines

Change printf to ast_log (bug ASTERISK-235)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=1484