ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 7766 by michael, Fri Oct 7 16:27:37 2016 UTC vs.
Revision 7777 by michael, Sat Oct 8 16:57:43 2016 UTC

# 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   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines