From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Fri, 16 May 2014 03:45:55 +0200 Subject: [Cluster-devel] [PATCH]fence-virtd: Fix typo in debug mesage of do_fence_request_tcp In-Reply-To: <20140516.034510.1046726060782978755.yamato@redhat.com> References: <1400175729-10378-1-git-send-email-yamato@redhat.com> <20140516.034510.1046726060782978755.yamato@redhat.com> Message-ID: <53756DD3.8040503@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 >> --- >> 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 >> >