[Cluster-devel] [PATCH]fence-virtd: Fix typo in debug mesage of do_fence_request_tcp

Fabio M. Di Nitto fdinitto at redhat.com
Fri May 16 01:45:55 UTC 2014


On 05/15/2014 08:45 PM, Masatake YAMATO wrote:
> I'ms sorry. I should post this to linux-cluster list.

nope, cluster-devel is the right place! thanks for the patch.

> 
> Masatake YAMATO
> 
>> fence-virtd: Fix typo in debug mesage of do_fence_request_tcp
>>
>> Signed-off-by: Masatake YAMATO <yamato at redhat.com>
>> ---
>>  server/mcast.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/server/mcast.c b/server/mcast.c
>> index e850ec7..5fbe46a 100644
>> --- a/server/mcast.c
>> +++ b/server/mcast.c
>> @@ -250,7 +250,7 @@ do_fence_request_tcp(fence_req_t *req, mcast_info *info)
>>  
>>  	fd = connect_tcp(req, info->args.auth, info->key, info->key_len);
>>  	if (fd < 0) {
>> -		dbg_printf(2, "Could call back for fence request: %s\n", 
>> +		dbg_printf(2, "Could not call back for fence request: %s\n", 
>>  			strerror(errno));
>>  		goto out;
>>  	}
>> -- 
>> 1.9.0
>>
> 




More information about the Cluster-devel mailing list