add missing newline (issue #5243)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6624 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2005-09-18 22:10:35 +00:00
parent 56ca94095a
commit bcaaea9ce6

View file

@ -9016,7 +9016,7 @@ static void handle_response_invite(struct sip_pvt *p, int resp, char *rest, stru
if (reinvite) if (reinvite)
ast_log(LOG_DEBUG, "SIP response %d to RE-invite on %s call %s\n", resp, outgoing ? "outgoing" : "incoming", p->callid); ast_log(LOG_DEBUG, "SIP response %d to RE-invite on %s call %s\n", resp, outgoing ? "outgoing" : "incoming", p->callid);
else 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) { switch (resp) {