[Cluster-devel] cluster/rgmanager/src/clulib rg_strings.c

lhh at sourceware.org lhh at sourceware.org
Fri Jul 6 18:50:22 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2007-07-06 18:50:22

Modified files:
	rgmanager/src/clulib: rg_strings.c 

Log message:
	remove debug printf

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/rg_strings.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.3&r2=1.5.2.4

--- cluster/rgmanager/src/clulib/rg_strings.c	2007/06/26 21:55:45	1.5.2.3
+++ cluster/rgmanager/src/clulib/rg_strings.c	2007/07/06 18:50:22	1.5.2.4
@@ -148,6 +148,5 @@
 const char *
 agent_op_str(int val)
 {
-		printf("searching agent_ops for %d\n", val);
 	return rg_search_table(agent_ops, val);
 }




More information about the Cluster-devel mailing list