diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 6975650660e5115d3a53fb1d4a7e30171c5dbb5e..060497c5fdde37717f00b95fbc9146a182c90d36 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -9016,7 +9016,7 @@ static void handle_response_invite(struct sip_pvt *p, int resp, char *rest, stru 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) {