From 7d7610007aeb3e31e9d51996a2234659de792a25 Mon Sep 17 00:00:00 2001 From: Bharat Shetty Barkur Date: Mon, 2 Mar 2009 14:31:39 -0500 Subject: Fixed small error regarding the poll_out variable Changed the poll_in variable to poll_out variable, so that the logging is relevant to the case of invalid poll_out value. Signed-off-by: Anand V. Avati --- libglusterfs/src/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libglusterfs/src/event.c b/libglusterfs/src/event.c index f5bc8eee736..4bd26e1e20a 100644 --- a/libglusterfs/src/event.c +++ b/libglusterfs/src/event.c @@ -230,7 +230,7 @@ event_register_poll (struct event_pool *event_pool, int fd, break; default: gf_log ("poll", GF_LOG_ERROR, - "invalid poll_out value %d", poll_in); + "invalid poll_out value %d", poll_out); break; } -- cgit