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/trunk/src/send.c (file contents):
Revision 1734 by michael, Fri Jan 11 12:59:24 2013 UTC vs.
Revision 1761 by michael, Fri Jan 18 19:21:39 2013 UTC

# Line 110 | Line 110 | send_message(struct Client *to, char *bu
110    {
111      if (IsServer(to))
112        sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
113 <                           "Max SendQ limit exceeded for %s: %lu > %lu",
113 >                           "Max SendQ limit exceeded for %s: %lu > %u",
114                             get_client_name(to, HIDE_IP),
115                             (unsigned long)(dbuf_length(&to->localClient->buf_sendq) + len),
116                             get_sendq(&to->localClient->confs));

Diff Legend

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