[Linux-cluster] [PATCH] fence-virtd: fix typo in debug message of do_fence_request_tcp

Masatake YAMATO yamato at redhat.com
Thu May 15 18:49:06 UTC 2014


fence-virtd: fix typo in debug message 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 Linux-cluster mailing list