[Cluster-devel] cluster/rgmanager/src/daemons groups.c

lhh at sourceware.org lhh at sourceware.org
Fri Feb 1 15:28:52 UTC 2008


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2008-02-01 15:28:52

Modified files:
	rgmanager/src/daemons: groups.c 

Log message:
	Fix erroneous commit to groups.c

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.15&r2=1.25.2.16

--- cluster/rgmanager/src/daemons/groups.c	2008/02/01 15:15:02	1.25.2.15
+++ cluster/rgmanager/src/daemons/groups.c	2008/02/01 15:28:52	1.25.2.16
@@ -1812,7 +1812,6 @@
 	pthread_rwlock_rdlock(&resource_lock);
 	node = node_by_ref(&_tree, rg_name);
 	if (node) {
-		printf("%s %p\n", rg_name, node->rn_restart_counter);
 		ret = restart_threshold_exceeded(node->rn_restart_counter);
 	}
 	pthread_rwlock_unlock(&resource_lock);




More information about the Cluster-devel mailing list