[Asterisk-cvs] asterisk/channels chan_iax2.c,1.254,1.255

markster at lists.digium.com markster at lists.digium.com
Wed Mar 16 12:38:26 CST 2005


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

Modified Files:
	chan_iax2.c 
Log Message:
Fix missing newline to notice (bug #3775)


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- chan_iax2.c	4 Mar 2005 06:47:24 -0000	1.254
+++ chan_iax2.c	16 Mar 2005 18:33:56 -0000	1.255
@@ -8556,7 +8556,7 @@
 			return -1;
 		} else {
 			if (option_verbose > 1)
-				ast_verbose(VERBOSE_PREFIX_2 "Binding IAX2 to default address 0.0.0.0:%d", IAX_DEFAULT_PORTNO);
+				ast_verbose(VERBOSE_PREFIX_2 "Binding IAX2 to default address 0.0.0.0:%d\n", IAX_DEFAULT_PORTNO);
 			defaultsockfd = ast_netsock_sockfd(ns);
 		}
 	}




More information about the svn-commits mailing list