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

Comparing ircd-hybrid-8/src/send.c (file contents):
Revision 1243 by michael, Fri Sep 30 10:47:53 2011 UTC vs.
Revision 1247 by michael, Sat Oct 1 07:54:24 2011 UTC

# Line 1102 | Line 1102 | ts_warn(const char *pattern, ...)
1102    va_end(args);
1103  
1104    sendto_realops_flags(UMODE_ALL, L_ALL, "%s", buffer);
1105 <  ilog(L_CRIT, "%s", buffer);
1105 >  ilog(LOG_TYPE_IRCD, "%s", buffer);
1106   }
1107  
1108   /* kill_client()

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)