From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan O'Hara Date: Mon, 17 Jul 2006 12:08:28 -0500 Subject: [Cluster-devel] cluster/group/daemon app.c In-Reply-To: <44B9EFF9.2070504@ubuntu.com> References: <20060714204528.8776.qmail@sourceware.org> <44B9EFF9.2070504@ubuntu.com> Message-ID: <44BBC40C.9010500@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I've checked-in a fix. I hit this problem this morning as well. Thanks. Ryan Fabio Massimo Di Nitto wrote: > 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 >