[Home]

Summary:ASTERISK-04447: [patch] missing \n on debug output
Reporter:outtolunc (outtolunc)Labels:
Date Opened:2005-06-21 11:05:52Date Closed:2008-01-15 15:38:51.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_iax2.c.diff.txt
Description:doesn't hurt anything, just makes the next line of output add to end of this line.

change
using real ts instead.",
to
using real ts instead.\n",
Comments:By: Kevin P. Fleming (kpfleming) 2005-06-21 11:32:45

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:38:51.000-0600

Repository: asterisk
Revision: 5956

U   trunk/channels/chan_iax2.c

------------------------------------------------------------------------
r5956 | kpfleming | 2008-01-15 15:38:51 -0600 (Tue, 15 Jan 2008) | 2 lines

fix debug output (bug ASTERISK-4447)

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

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