test: add debugging for bufferevent/bufferevent_connect_fail_eventcb*

This commit is contained in:
Azat Khuzhin 2024-05-05 21:12:14 +02:00
parent 2d4d1747e9
commit d538f41f0a

View File

@ -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++;
}