Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv14981/channels

Modified Files:
        chan_sip.c 
Log Message:
add missing newline (issue #5243)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.860
retrieving revision 1.861
diff -u -d -r1.860 -r1.861
--- chan_sip.c  15 Sep 2005 00:05:27 -0000      1.860
+++ chan_sip.c  18 Sep 2005 22:10:35 -0000      1.861
@@ -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) {

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to