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

Fabio Massimo Di Nitto fabbione at ubuntu.com
Sun Jul 16 07:51:21 UTC 2006


teigland at sourceware.org wrote:

> Patches:
> http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/app.c.diff?cvsroot=cluster&r1=1.34&r2=1.35
> 
> --- cluster/group/daemon/app.c	2006/06/28 22:16:36	1.34
> +++ cluster/group/daemon/app.c	2006/07/14 20:45:27	1.35
> @@ -1079,11 +1079,9 @@
>  {
>  	node_t *node;
>  
> -	if (!event_state_starting(a)) {
> -		log_error(a->g, "mark_node_started: event not starting %d "
> +	if (!event_state_starting(a))
> +		log_debug(a->g, "mark_node_started: event not starting %d "
>  			  "from %d", a->current_event->state, nodeid);
> -		return -1;
> -	}

Hi,

This commit fails to build. I am not sure if you want log_debug or log_error
there, but in case of log_debug it's enough to remove "a->g,".

Thanks
Fabio

-- 
I'm going to make him an offer he can't refuse.




More information about the Cluster-devel mailing list