qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] cluster/zookeeper: add log information for zk auto-


From: Liu Yuan
Subject: [Qemu-devel] [PATCH] cluster/zookeeper: add log information for zk auto-recoonect
Date: Fri, 8 Aug 2014 14:31:24 +0800

Reported-by: Valerio Pachera <address@hidden>
Signed-off-by: Liu Yuan <address@hidden>
---
 sheep/group.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sheep/group.c b/sheep/group.c
index 06a80bd..08e3884 100644
--- a/sheep/group.c
+++ b/sheep/group.c
@@ -979,7 +979,7 @@ static int send_join_request(void)
 {
        struct sd_node *n = &sys->this_node;
 
-       sd_info("%s", node_to_str(n));
+       sd_info("%s going to rejoin the cluster", node_to_str(n));
        return sys->cdrv->join(n, &sys->cinfo, sizeof(sys->cinfo));
 }
 
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]