Show yyerror() parse errors on stderr on startup.

Noticed by: spb
This commit is contained in:
Jilles Tjoelker 2009-06-18 00:37:19 +02:00
parent f1c550ee4f
commit fe86a70d9a
1 changed files with 1 additions and 1 deletions

View File

@ -1523,10 +1523,10 @@ yyerror(const char *msg)
strip_tabs(newlinebuf, linebuf, strlen(linebuf));
ierror("\"%s\", line %d: %s at '%s'", conffilebuf, lineno + 1, msg, newlinebuf);
sendto_realops_snomask(SNO_GENERAL, L_ALL, "\"%s\", line %d: %s at '%s'",
conffilebuf, lineno + 1, msg, newlinebuf);
ilog(L_MAIN, "\"%s\", line %d: %s at '%s'", conffilebuf, lineno + 1, msg, newlinebuf);
}
int