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

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

# Line 96 | Line 96 | ms_svinfo(struct Client *client_p, struc
96             (unsigned long) CurrentTime,
97             (unsigned long) theirtime,
98             (int) deltat);
99 <      ilog(L_NOTICE,
99 >      ilog(LOG_TYPE_IRCD,
100            "Link %s dropped, excessive TS delta (my TS=%lu, their TS=%lu, delta=%d)",
101            get_client_name(source_p, SHOW_IP),
102            (unsigned long) CurrentTime,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines