fence-virtd: fix typo in debug message of do_fence_request_tcp
Signed-off-by: Masatake YAMATO <[email protected]>
---
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
--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster