Index: channels/chan_sip.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v retrieving revision 1.860 diff -u -r1.860 chan_sip.c --- channels/chan_sip.c 15 Sep 2005 00:05:27 -0000 1.860 +++ channels/chan_sip.c 18 Sep 2005 16:12:38 -0000 @@ -9016,7 +9016,7 @@ if (reinvite) ast_log(LOG_DEBUG, "SIP response %d to RE-invite on %s call %s\n", resp, outgoing ? "outgoing" : "incoming", p->callid); else - ast_log(LOG_DEBUG, "SIP response %d to standard invite", resp); + ast_log(LOG_DEBUG, "SIP response %d to standard invite\n", resp); } switch (resp) {