Compilation error

pull/6803/head
Sree Kuchibhotla 9 years ago
parent ad2c4778fc
commit cf4205dff5
  1. 2
      src/core/lib/iomgr/ev_epoll_linux.c

@ -317,7 +317,7 @@ static void polling_island_remove_all_fds_locked(polling_island *pi,
if (err < 0 && errno != ENOENT) {
/* TODO: sreek - We need a better way to bubble up this error instead of
* just logging a message */
gpr_log(GPR_ERROR, "epoll_ctl deleting fds[%d]: %d failed with error: %s",
gpr_log(GPR_ERROR, "epoll_ctl deleting fds[%zu]: %d failed with error: %s",
i, pi->fds[i]->fd, strerror(errno));
}

Loading…
Cancel
Save