Somebody beat me.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@370771
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
} 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;