summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libglusterfs/src/event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/event.c b/libglusterfs/src/event.c
index 4bd26e1e20a..e53002e5a68 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;
}