diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-06-28 17:41:21 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-06-28 17:41:21 -0700 |
commit | 9de42abd120f44aaa3f25651ba388f3fe3c9c84c (patch) | |
tree | 25c7fe77a58e572d60ebee6e5d7668f043c35329 /src/core/lib/iomgr | |
parent | 1e77668c6dc5940c29b434fac78dc1dee4d12fe1 (diff) |
Minor format fix
Diffstat (limited to 'src/core/lib/iomgr')
-rw-r--r-- | src/core/lib/iomgr/ev_epoll_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_epoll_linux.c b/src/core/lib/iomgr/ev_epoll_linux.c index e41bf5029c..e3304b75a3 100644 --- a/src/core/lib/iomgr/ev_epoll_linux.c +++ b/src/core/lib/iomgr/ev_epoll_linux.c @@ -1527,7 +1527,7 @@ static void pollset_add_fd(grpc_exec_ctx *exec_ctx, grpc_pollset *pollset, pi_new = polling_island_create(fd, &error); GRPC_POLLING_TRACE( - "pollset_add_fd: Created new polling island. pi_new:%p (fd: %d, " + "pollset_add_fd: Created new polling island. pi_new: %p (fd: %d, " "pollset: %p)", (void *)pi_new, fd->fd, (void *)pollset); } |