mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
more event dbg updates
This commit is contained in:
parent
4b7d298415
commit
67275433ec
4
event.c
4
event.c
@ -2433,8 +2433,8 @@ timeout_process(struct event_base *base)
|
||||
/* delete this event from the I/O queues */
|
||||
event_del_internal(ev);
|
||||
|
||||
event_debug(("timeout_process: call %p",
|
||||
ev->ev_callback));
|
||||
event_debug(("timeout_process: event: %p, call %p",
|
||||
ev, ev->ev_callback));
|
||||
event_active_nolock(ev, EV_TIMEOUT, 1);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user