aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-18 22:10:35 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-18 22:10:35 +0000
commit172906178f6a031643aa3f435bbaaa63f4144dd2 (patch)
treeaa30dc17a7a0028073839a5f2a9129784c868b97
parentdb76a0b33650e432a4157f3e2cf5cd6c999da94c (diff)
add missing newline (issue #5243)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6624 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 697565066..060497c5f 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) {