[Cluster-devel] cluster/cman/daemon commands.c

pcaulfield at sourceware.org pcaulfield at sourceware.org
Wed Jan 17 15:02:50 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield at sourceware.org	2007-01-17 15:02:50

Modified files:
	cman/daemon    : commands.c 

Log message:
	Fix typo.
	thanks Bob.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.60&r2=1.61

--- cluster/cman/daemon/commands.c	2007/01/17 11:00:40	1.60
+++ cluster/cman/daemon/commands.c	2007/01/17 15:02:49	1.61
@@ -2055,7 +2055,7 @@
 		return "we were killed by cman_tool or other application";
 
 	case CLUSTER_KILL_REJOIN:
-		return "we node rejoined cluster without a full restart";
+		return "we rejoined the cluster without a full restart";
 
 	default:
 		sprintf(msg, "we got kill message number %d", reason);




More information about the Cluster-devel mailing list