projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56ca940
)
add missing newline (issue #5243)
author
Russell Bryant
<russell@russellbryant.com>
Sun, 18 Sep 2005 22:10:35 +0000
(22:10 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Sun, 18 Sep 2005 22:10:35 +0000
(22:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6624
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
6975650
..
060497c
100755
(executable)
--- 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) {