From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Cluster Project branch, master, updated. gfs-kernel_0_1_22-203-gfab9f62
Date: 24 Apr 2008 08:43:40 -0000 [thread overview]
Message-ID: <20080424084340.29031.qmail@sourceware.org> (raw)
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 <fdinitto@redhat.com>
Date: Thu Apr 24 10:43:11 2008 +0200
[CMAN] Use build/user defined default logging facility
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
-----------------------------------------------------------------------
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
reply other threads:[~2008-04-24 8:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080424084340.29031.qmail@sourceware.org \
--to=fabbione@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.