From 6a70225b69e7c617cb0ff62124b2687a7027c64a Mon Sep 17 00:00:00 2001 From: Bharat Shetty Barkur Date: Sun, 8 Mar 2009 12:54:25 -0400 Subject: Fixed two more occurrences of poll_out variables used for logging. Changed the poll_in variable to poll_out variable at two more places in the code. Signed-off-by: Anand V. Avati --- libglusterfs/src/event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libglusterfs/src/event.c') diff --git a/libglusterfs/src/event.c b/libglusterfs/src/event.c index 4bd26e1e..e53002e5 100644 --- a/libglusterfs/src/event.c +++ b/libglusterfs/src/event.c @@ -583,7 +583,7 @@ event_register_epoll (struct event_pool *event_pool, int fd, break; default: gf_log ("epoll", GF_LOG_ERROR, - "invalid poll_out value %d", poll_in); + "invalid poll_out value %d", poll_out); break; } @@ -743,7 +743,7 @@ event_select_on_epoll (struct event_pool *event_pool, int fd, int idx_hint, break; default: gf_log ("epoll", GF_LOG_ERROR, - "invalid poll_out value %d", poll_in); + "invalid poll_out value %d", poll_out); break; } -- cgit