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:
committed by
Anand V. Avati
parent
fd524dda53
commit
7d7610007a
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user