summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBharat Shetty Barkur <bharat.shetty@gmail.com>2009-03-02 14:31:39 -0500
committerAnand V. Avati <avati@amp.gluster.com>2009-03-03 11:36:57 +0530
commit7d7610007aeb3e31e9d51996a2234659de792a25 (patch)
tree7110d3a4402a4333eb3b7979ab28895a37c0231b
parentfd524dda532a05cb2485935212d1a66f4130256c (diff)
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 <avati@amp.gluster.com>
-rw-r--r--libglusterfs/src/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/event.c b/libglusterfs/src/event.c
index f5bc8eee7..4bd26e1e2 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;
}