mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 06:16:10 -04:00
Added usec debug in another area for debug
This commit is contained in:
parent
ac43ce0450
commit
3baab0dce9
2
event.c
2
event.c
@ -2348,7 +2348,7 @@ timeout_next(struct event_base *base, struct timeval **tv_p)
|
||||
|
||||
EVUTIL_ASSERT(tv->tv_sec >= 0);
|
||||
EVUTIL_ASSERT(tv->tv_usec >= 0);
|
||||
event_debug(("timeout_next: in %d seconds", (int)tv->tv_sec));
|
||||
event_debug(("timeout_next: in %d seconds, %d useconds", (int)tv->tv_sec, (int)tv->tv_usec));
|
||||
|
||||
out:
|
||||
return (res);
|
||||
|
Loading…
x
Reference in New Issue
Block a user