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>
This commit is contained in:
Bharat Shetty Barkur
2009-03-02 14:31:39 -05:00
committed by Anand V. Avati
parent fd524dda53
commit 7d7610007a

View File

@ -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;
}