From: Mark Michelson Date: Fri, 3 Aug 2012 21:43:52 +0000 (+0000) Subject: Seriously? Another compilation error fixed. X-Git-Tag: 1.8.17.0-rc1~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d402e02a5205ed945b4283ee4344fc9e1600fc2;p=thirdparty%2Fasterisk.git Seriously? Another compilation error fixed. Somebody beat me. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@370771 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/sip/config_parser.c b/channels/sip/config_parser.c index 2dd024ec60..cf41587e72 100644 --- a/channels/sip/config_parser.c +++ b/channels/sip/config_parser.c @@ -661,7 +661,7 @@ int sip_parse_host(char *line, int lineno, char **hostname, int *portnum, enum s } 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;