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".
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>
/* 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) {