diff options
| author | Bharat Shetty Barkur <bharat.shetty@gmail.com> | 2009-03-02 14:31:39 -0500 | 
|---|---|---|
| committer | Anand V. Avati <avati@amp.gluster.com> | 2009-03-03 11:36:57 +0530 | 
| commit | 7d7610007aeb3e31e9d51996a2234659de792a25 (patch) | |
| tree | 7110d3a4402a4333eb3b7979ab28895a37c0231b /libglusterfs/src/event.c | |
| parent | fd524dda532a05cb2485935212d1a66f4130256c (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>
Diffstat (limited to 'libglusterfs/src/event.c')
| -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 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;  		}  | 
