aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_poll_posix.cc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-11-09 17:56:58 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2017-11-09 17:56:58 -0800
commitb1ee138ce691c6994e1a9b20f215521bd0087e6c (patch)
treed67670b97a4f18ebf9336cb04ca742d72e3ee60d /src/core/lib/iomgr/ev_poll_posix.cc
parent4e9265c828f0b559b5fdba04913fed46bf771399 (diff)
parent76190cf14babab747d77f4fe0fca1af2ba7e7b8b (diff)
Merge master
Diffstat (limited to 'src/core/lib/iomgr/ev_poll_posix.cc')
-rw-r--r--src/core/lib/iomgr/ev_poll_posix.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/ev_poll_posix.cc b/src/core/lib/iomgr/ev_poll_posix.cc
index 37e4bf68db..c7189950f0 100644
--- a/src/core/lib/iomgr/ev_poll_posix.cc
+++ b/src/core/lib/iomgr/ev_poll_posix.cc
@@ -1689,6 +1689,7 @@ static const grpc_event_engine_vtable vtable = {
const grpc_event_engine_vtable* grpc_init_poll_posix(bool explicit_request) {
if (!grpc_has_wakeup_fd()) {
+ gpr_log(GPR_ERROR, "Skipping poll because of no wakeup fd.");
return NULL;
}
if (!GRPC_LOG_IF_ERROR("pollset_global_init", pollset_global_init())) {