[Home]

Summary:ASTERISK-00329: pbx_wilcalu uses printf where ast_log should be used
Reporter:Thorsten Lockert (tholo)Labels:
Date Opened:2003-09-29 09:18:09Date Closed:2004-09-25 02:46:18
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) wilcalu.diff
Description:pbx/pbx_wilcalu.c uses printf quite a bit, and is thus very chatty.

****** ADDITIONAL INFORMATION ******

The attached patch changes these to ast_log(LOG_DEBUG, ...), ast_log(LOG_WARNING, ...) and ast_log(LOG_ERROR, ...) as appropriate.
Comments:By: Mark Spencer (markster) 2003-09-29 16:34:15

Fixed in CVS