[asterisk-commits] mmichelson: branch 1.8 r370771 - /branches/1.8/channels/sip/config_parser.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Aug 3 16:43:55 CDT 2012
Author: mmichelson
Date: Fri Aug 3 16:43:52 2012
New Revision: 370771
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370771
Log:
Seriously? Another compilation error fixed.
Somebody beat me.
Modified:
branches/1.8/channels/sip/config_parser.c
Modified: branches/1.8/channels/sip/config_parser.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/sip/config_parser.c?view=diff&rev=370771&r1=370770&r2=370771
==============================================================================
--- branches/1.8/channels/sip/config_parser.c (original)
+++ branches/1.8/channels/sip/config_parser.c Fri Aug 3 16:43:52 2012
@@ -661,7 +661,7 @@
} else if (lineno) {
ast_log(LOG_NOTICE, "'%.3s' is not a valid transport type on line %d of sip.conf. defaulting to udp.\n", line, lineno);
} else {
- ast_log(LOG_NOTICE, "'%.3s' is not a valid transport type in sip config. defaulting to udp.\n", line, lineno);
+ ast_log(LOG_NOTICE, "'%.3s' is not a valid transport type in sip config. defaulting to udp.\n", line);
}
} else {
*hostname = line;
More information about the asterisk-commits
mailing list