Parent Directory
|
Revision Log
|
Patch
revision 8935 by michael, Mon Apr 22 10:08:49 2019 UTC | revision 8936 by michael, Sat Apr 27 21:05:32 2019 UTC | |
---|---|---|
# | Line 566 stats_events(struct Client *source_p, in | Line 566 stats_events(struct Client *source_p, in |
566 | const struct event *ev = node->data; | const struct event *ev = node->data; |
567 | ||
568 | sendto_one_numeric(source_p, &me, RPL_STATSDEBUG | SND_EXPLICIT, | sendto_one_numeric(source_p, &me, RPL_STATSDEBUG | SND_EXPLICIT, |
569 | "E :%-30s %-4ji seconds", | "E :%-30s %-4ju seconds", |
570 | ev->name, ev->next - event_base->time.sec_monotonic); | ev->name, ev->next - event_base->time.sec_monotonic); |
571 | } | } |
572 | } | } |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |