[Asterisk-cvs] asterisk rtp.c,1.108,1.109

markster at lists.digium.com markster at lists.digium.com
Tue Feb 15 09:58:27 CST 2005


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

Modified Files:
	rtp.c 
Log Message:
Fix message from WARNING to DEBUG.


Index: rtp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/rtp.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- rtp.c	25 Jan 2005 06:10:19 -0000	1.108
+++ rtp.c	15 Feb 2005 15:57:52 -0000	1.109
@@ -1571,7 +1571,7 @@
 		if ((c0->pvt->pvt != pvt0)  ||
 			(c1->pvt->pvt != pvt1) ||
 			(c0->masq || c0->masqr || c1->masq || c1->masqr)) {
-				ast_log(LOG_WARNING, "Oooh, something is weird, backing out\n");
+				ast_log(LOG_DEBUG, "Oooh, something is weird, backing out\n");
 				if (c0->pvt->pvt == pvt0) {
 					if (pr0->set_rtp_peer(c0, NULL, NULL, 0)) 
 						ast_log(LOG_WARNING, "Channel '%s' failed to revert\n", c0->name);




More information about the svn-commits mailing list