public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* Cluster Project branch, master, updated. gfs-kernel_0_1_22-203-gfab9f62
@ 2008-04-24  8:43 fabbione
  0 siblings, 0 replies; only message in thread
From: fabbione @ 2008-04-24  8:43 UTC (permalink / raw)
  To: cluster-cvs, cluster-devel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-24  8:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-24  8:43 Cluster Project branch, master, updated. gfs-kernel_0_1_22-203-gfab9f62 fabbione

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).