diff options
-rw-r--r-- | libglusterfs/src/event.c | 2 |
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; } |