Change this warning to an error message. Suggestion

comes from Sean Bright. Thanks Sean!



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@149266 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Mark Michelson 18 years ago
parent 6189f028ae
commit 0145ae2870

@ -4815,7 +4815,7 @@ static int sip_register(char *value, int lineno)
return 0;
invalid_char:
ast_log(LOG_WARNING, "A reserved character ('%c') was used in a \"register\" line. This registration will not occur\n", *reserved);
ast_log(LOG_ERROR, "A reserved character ('%c') was used in a \"register\" line. This registration will not occur\n", *reserved);
return -1;
}

Loading…
Cancel
Save