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

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 6774 by michael, Fri Nov 13 20:20:48 2015 UTC vs.
Revision 6782 by michael, Sun Nov 15 18:49:32 2015 UTC

# Line 743 | Line 743 | exit_client(struct Client *source_p, con
743                             source_p->name, source_p->username, source_p->host, comment,
744                             source_p->sockhost);
745  
746 <      ilog(LOG_TYPE_USER, "%s (%3u:%02u:%02u): %s!%s@%s %llu/%llu",
746 >      ilog(LOG_TYPE_USER, "%s (%3u:%02u:%02u): %s!%s@%s %ju/%ju",
747             date_ctime(source_p->connection->firsttime), (unsigned int)(on_for / 3600),
748             (unsigned int)((on_for % 3600)/60), (unsigned int)(on_for % 60),
749             source_p->name, source_p->username, source_p->host,
# Line 816 | Line 816 | exit_client(struct Client *source_p, con
816      if (MyConnect(source_p))
817      {
818        sendto_realops_flags(UMODE_SERVNOTICE, L_ALL, SEND_NOTICE,
819 <                           "%s was connected for %s. %llu/%llu sendK/recvK.",
819 >                           "%s was connected for %s. %ju/%ju sendK/recvK.",
820                             source_p->name, time_dissect(CurrentTime - source_p->connection->firsttime),
821                             source_p->connection->send.bytes >> 10,
822                             source_p->connection->recv.bytes >> 10);
823 <      ilog(LOG_TYPE_IRCD, "%s was connected for %s. %llu/%llu sendK/recvK.",
823 >      ilog(LOG_TYPE_IRCD, "%s was connected for %s. %ju/%ju sendK/recvK.",
824             source_p->name, time_dissect(CurrentTime - source_p->connection->firsttime),
825             source_p->connection->send.bytes >> 10,
826             source_p->connection->recv.bytes >> 10);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines