mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
test: add debugging for bufferevent/bufferevent_connect_fail_eventcb*
This commit is contained in:
parent
2d4d1747e9
commit
d538f41f0a
@ -750,8 +750,8 @@ end:
|
||||
static void
|
||||
reader_eventcb_simple(struct bufferevent *bev, short what, void *ctx)
|
||||
{
|
||||
TT_BLATHER(("Read eventcb simple invoked on %d.",
|
||||
(int)bufferevent_getfd(bev)));
|
||||
TT_BLATHER(("Read eventcb simple invoked on %d (what=%hd).",
|
||||
(int)bufferevent_getfd(bev), what));
|
||||
n_events_invoked++;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user