From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Massimo Di Nitto Date: Sun, 16 Jul 2006 09:51:21 +0200 Subject: [Cluster-devel] cluster/group/daemon app.c In-Reply-To: <20060714204528.8776.qmail@sourceware.org> References: <20060714204528.8776.qmail@sourceware.org> Message-ID: <44B9EFF9.2070504@ubuntu.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.