[Asterisk-cvs] asterisk/channels chan_sip.c,1.196,1.197

markster at lists.digium.com markster at lists.digium.com
Mon Oct 20 21:44:42 CDT 2003


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

Modified Files:
	chan_sip.c 
Log Message:
Minor typo fix


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- chan_sip.c	15 Oct 2003 22:12:05 -0000	1.196
+++ chan_sip.c	21 Oct 2003 03:10:43 -0000	1.197
@@ -5845,7 +5845,7 @@
 				} else if (!strcasecmp(v->value, "yes")) {
 					peer->maxms = DEFAULT_MAXMS;
 				} else if (sscanf(v->value, "%d", &peer->maxms) != 1) {
-					ast_log(LOG_WARNING, "Qualification of peer '%s' should be 'yes', 'no', or a number of milliseconds at line %d of iax.conf\n", peer->name, v->lineno);
+					ast_log(LOG_WARNING, "Qualification of peer '%s' should be 'yes', 'no', or a number of milliseconds at line %d of sip.conf\n", peer->name, v->lineno);
 					peer->maxms = 0;
 				}
 			} //else if (strcasecmp(v->name,"type"))




More information about the svn-commits mailing list