From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29087 invoked by alias); 24 Apr 2008 08:43:43 -0000 Received: (qmail 29051 invoked by uid 9702); 24 Apr 2008 08:43:41 -0000 Date: Thu, 24 Apr 2008 08:43:00 -0000 Message-ID: <20080424084340.29031.qmail@sourceware.org> From: fabbione@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, master, updated. gfs-kernel_0_1_22-203-gfab9f62 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 03781f0e840d268cbc5fffc9a36548fca28a3d76 X-Git-Newrev: fab9f623b0f415251296e76c1ea2290fb8e4befd 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/msg00179.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=fab9f623b0f415251296e76c1ea2290fb8e4befd The branch, master has been updated via fab9f623b0f415251296e76c1ea2290fb8e4befd (commit) from 03781f0e840d268cbc5fffc9a36548fca28a3d76 (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 fab9f623b0f415251296e76c1ea2290fb8e4befd Author: Fabio M. Di Nitto Date: Thu Apr 24 10:43:11 2008 +0200 [CMAN] Use build/user defined default logging facility Signed-off-by: Fabio M. Di Nitto ----------------------------------------------------------------------- Summary of changes: cman/daemon/ais.c | 2 +- cman/daemon/cman-preconfig.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cman/daemon/ais.c b/cman/daemon/ais.c index e11131b..69a2718 100644 --- a/cman/daemon/ais.c +++ b/cman/daemon/ais.c @@ -164,7 +164,7 @@ static int cman_exec_init_fn(struct objdb_iface_ver0 *objdb) set_debuglog(debug_mask); /* We need to set this up to internal defaults too early */ - openlog("openais", LOG_CONS|LOG_PID, LOG_LOCAL4); + openlog("openais", LOG_CONS|LOG_PID, SYSLOGFACILITY); /* Enable stderr logging if requested by cman_tool */ if (debug_mask) { diff --git a/cman/daemon/cman-preconfig.c b/cman/daemon/cman-preconfig.c index 38f2834..4f307f6 100644 --- a/cman/daemon/cman-preconfig.c +++ b/cman/daemon/cman-preconfig.c @@ -844,7 +844,7 @@ static int cmanpre_readconfig(struct objdb_iface_ver0 *objdb, char **error_strin set_debuglog(debug_mask); /* We need to set this up to internal defaults too early */ - openlog("openais", LOG_CONS|LOG_PID, LOG_LOCAL4); + openlog("openais", LOG_CONS|LOG_PID, SYSLOGFACILITY); /* Enable stderr logging if requested by cman_tool */ if (debug_mask) { hooks/post-receive -- Cluster Project