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 6357 by michael, Mon Aug 17 16:38:13 2015 UTC vs.
Revision 6537 by michael, Sat Sep 12 16:30:37 2015 UTC

# Line 90 | Line 90 | send_message(struct Client *to, struct d
90    {
91      if (IsServer(to))
92        sendto_realops_flags(UMODE_SERVNOTICE, L_ALL, SEND_NOTICE,
93 <                           "Max SendQ limit exceeded for %s: %lu > %u",
93 >                           "Max SendQ limit exceeded for %s: %zu > %u",
94                             get_client_name(to, HIDE_IP),
95 <                           (unsigned long)(dbuf_length(&to->connection->buf_sendq) + buf->size),
95 >                           (dbuf_length(&to->connection->buf_sendq) + buf->size),
96                             get_sendq(&to->connection->confs));
97  
98      if (IsClient(to))

Diff Legend

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