diff --git a/src/unix/linux.c b/src/unix/linux.c index 6517c95f18a195dcd01f7f1c09a9f5035318a1e2..dcf07d4274eaffba81a8bc89ee865e7fa2bd1822 100644 --- a/src/unix/linux.c +++ b/src/unix/linux.c @@ -1549,6 +1549,7 @@ void uv__io_poll(uv_loop_t* loop, int timeout) { * Ignore all errors because we may be racing with another thread * when the file descriptor is closed. */ + UV_LOGF("fd %{public}d don't belong to loop %{public}zu", fd, (size_t)loop); uv__epoll_ctl_prep(epollfd, ctl, &prep, EPOLL_CTL_DEL, fd, pe); continue; }