qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] cluster/zookeeper: add log information for zk auto-recoonect
@ 2014-08-08  6:31 Liu Yuan
  0 siblings, 0 replies; only message in thread
From: Liu Yuan @ 2014-08-08  6:31 UTC (permalink / raw)
  To: qemu-devel

Reported-by: Valerio Pachera <sirio81@gmail.com>
Signed-off-by: Liu Yuan <namei.unix@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-08  6:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-08  6:31 [Qemu-devel] [PATCH] cluster/zookeeper: add log information for zk auto-recoonect Liu Yuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).