From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7051 invoked by alias); 14 Apr 2008 17:00:49 -0000 Received: (qmail 7019 invoked by uid 9476); 14 Apr 2008 17:00:49 -0000 Date: Mon, 14 Apr 2008 17:00:00 -0000 Message-ID: <20080414170049.6997.qmail@sourceware.org> From: lhh@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, STABLE2, updated. cluster-2.03.00-7-g94cdda2 X-Git-Refname: refs/heads/STABLE2 X-Git-Reftype: branch X-Git-Oldrev: 16a1d06a176e7e502704716beb10179320094767 X-Git-Newrev: 94cdda2b57182a21ca2760ad759255d6e4715b62 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00087.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project". http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=94cdda2b57182a21ca2760ad759255d6e4715b62 The branch, STABLE2 has been updated via 94cdda2b57182a21ca2760ad759255d6e4715b62 (commit) from 16a1d06a176e7e502704716beb10179320094767 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 94cdda2b57182a21ca2760ad759255d6e4715b62 Author: Lon Hohberger Date: Mon Apr 14 12:59:10 2008 -0400 Revert "[fence] Fix #441737 - fence_node broken due to internal API change" This reverts commit 16a1d06a176e7e502704716beb10179320094767. This commit didn't actually change anything except whitespace. ----------------------------------------------------------------------- Summary of changes: fence/fence_node/fence_node.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fence/fence_node/fence_node.c b/fence/fence_node/fence_node.c index d26b14a..65d1e90 100644 --- a/fence/fence_node/fence_node.c +++ b/fence/fence_node/fence_node.c @@ -106,6 +106,7 @@ int main(int argc, char *argv[]) openlog("fence_node", LOG_PID, LOG_USER); error = dispatch_fence_agent(victim, force); + if (error) { syslog(LOG_ERR, "Fence of \"%s\" was unsuccessful\n", victim); exit(EXIT_FAILURE); hooks/post-receive -- Cluster Project