Show yyerror() parse errors on stderr on startup.
Noticed by: spb
This commit is contained in:
parent
f1c550ee4f
commit
fe86a70d9a
|
@ -1523,10 +1523,10 @@ yyerror(const char *msg)
|
||||||
|
|
||||||
strip_tabs(newlinebuf, linebuf, strlen(linebuf));
|
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'",
|
sendto_realops_snomask(SNO_GENERAL, L_ALL, "\"%s\", line %d: %s at '%s'",
|
||||||
conffilebuf, lineno + 1, msg, newlinebuf);
|
conffilebuf, lineno + 1, msg, newlinebuf);
|
||||||
|
|
||||||
ilog(L_MAIN, "\"%s\", line %d: %s at '%s'", conffilebuf, lineno + 1, msg, newlinebuf);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue