]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Seriously? Another compilation error fixed.
authorMark Michelson <mmichelson@digium.com>
Fri, 3 Aug 2012 21:43:52 +0000 (21:43 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 3 Aug 2012 21:43:52 +0000 (21:43 +0000)
Somebody beat me.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@370771 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/sip/config_parser.c

index 2dd024ec60dbd6e40c191a80f662c50d91ff60fe..cf41587e72f5353ff56f2546dc85c27a292a3c56 100644 (file)
@@ -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;