[Cluster-devel] cluster/group/daemon app.c

teigland at sourceware.org teigland at sourceware.org
Mon Jul 17 18:22:59 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2006-07-17 18:22:57

Modified files:
	group/daemon   : app.c 

Log message:
	fix up debug logging

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/app.c.diff?cvsroot=cluster&r1=1.36&r2=1.37

--- cluster/group/daemon/app.c	2006/07/17 17:06:25	1.36
+++ cluster/group/daemon/app.c	2006/07/17 18:22:57	1.37
@@ -1080,7 +1080,7 @@
 	node_t *node;
 
 	if (!event_state_starting(a))
-		log_debug("mark_node_started: event not starting %d "
+		log_group(a->g, "mark_node_started: event not starting %d "
 			  "from %d", a->current_event->state, nodeid);
 
 	node = find_app_node(a, nodeid);




More information about the Cluster-devel mailing list