All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH]fence-virtd: Fix typo in debug mesage of do_fence_request_tcp
@ 2014-05-15 17:42 Masatake YAMATO
  2014-05-15 18:45 ` Masatake YAMATO
  0 siblings, 1 reply; 3+ messages in thread
From: Masatake YAMATO @ 2014-05-15 17:42 UTC (permalink / raw)
  To: cluster-devel.redhat.com

fence-virtd: Fix typo in debug mesage of do_fence_request_tcp

Signed-off-by: Masatake YAMATO <yamato@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Cluster-devel] [PATCH]fence-virtd: Fix typo in debug mesage of do_fence_request_tcp
  2014-05-15 17:42 [Cluster-devel] [PATCH]fence-virtd: Fix typo in debug mesage of do_fence_request_tcp Masatake YAMATO
@ 2014-05-15 18:45 ` Masatake YAMATO
  2014-05-16  1:45   ` Fabio M. Di Nitto
  0 siblings, 1 reply; 3+ messages in thread
From: Masatake YAMATO @ 2014-05-15 18:45 UTC (permalink / raw)
  To: cluster-devel.redhat.com

I'ms sorry. I should post this to linux-cluster list.

Masatake YAMATO

> fence-virtd: Fix typo in debug mesage of do_fence_request_tcp
> 
> Signed-off-by: Masatake YAMATO <yamato@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
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Cluster-devel] [PATCH]fence-virtd: Fix typo in debug mesage of do_fence_request_tcp
  2014-05-15 18:45 ` Masatake YAMATO
@ 2014-05-16  1:45   ` Fabio M. Di Nitto
  0 siblings, 0 replies; 3+ messages in thread
From: Fabio M. Di Nitto @ 2014-05-16  1:45 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-16  1:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 17:42 [Cluster-devel] [PATCH]fence-virtd: Fix typo in debug mesage of do_fence_request_tcp Masatake YAMATO
2014-05-15 18:45 ` Masatake YAMATO
2014-05-16  1:45   ` Fabio M. Di Nitto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.