# | Line 1199 | Line 1199 | conf_error_report(const char *msg) | |
---|---|---|
1199 | char *p = stripws(linebuf); | |
1200 | sendto_realops_flags(UMODE_SERVNOTICE, L_ADMIN, SEND_NOTICE, | |
1201 | "\"%s\", line %u: %s: %s", | |
1202 | < | conffilebuf, lineno, msg, linebuf); |
1202 | > | conffilebuf, lineno, msg, p); |
1203 | ilog(LOG_TYPE_IRCD, "\"%s\", line %u: %s: %s", | |
1204 | < | conffilebuf, lineno, msg, linebuf); |
1204 | > | conffilebuf, lineno, msg, p); |
1205 | } | |
1206 | ||
1207 | /* |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |