public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: fabbione@sourceware.org
To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com
Subject: Cluster Project branch, master, updated. cluster-2.99.04-41-g5b0cc0d
Date: Fri, 20 Jun 2008 06:46:00 -0000	[thread overview]
Message-ID: <20080620064649.17792.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=5b0cc0dd3285d92c137c9166e333497cda2505e3

The branch, master has been updated
       via  5b0cc0dd3285d92c137c9166e333497cda2505e3 (commit)
      from  41356bd6b4322fd3029e32fea317063bb9a4e543 (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 5b0cc0dd3285d92c137c9166e333497cda2505e3
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
Date:   Fri Jun 20 08:46:12 2008 +0200

    [CCS] Fix improper log level on debugging information
    
    Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 ccs/daemon/ccsd.c |    2 +-
 ccs/daemon/misc.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ccs/daemon/ccsd.c b/ccs/daemon/ccsd.c
index 12ad2e7..65d8e1e 100644
--- a/ccs/daemon/ccsd.c
+++ b/ccs/daemon/ccsd.c
@@ -76,7 +76,7 @@ int main(int argc, char *argv[]){
   logmode = logsys_config_mode_get();
 
   if(logmode & LOG_MODE_BUFFER_BEFORE_CONFIG) {
-    log_printf(LOG_INFO, "Using default CCS logsys config options\n");
+    log_printf(LOG_DEBUG, "Using default CCS logsys config options\n");
     logmode &= ~LOG_MODE_BUFFER_BEFORE_CONFIG;
     logmode |= LOG_MODE_FLUSH_AFTER_CONFIG;
     logsys_config_mode_set (logmode);
diff --git a/ccs/daemon/misc.c b/ccs/daemon/misc.c
index b372e81..3527632 100644
--- a/ccs/daemon/misc.c
+++ b/ccs/daemon/misc.c
@@ -197,7 +197,7 @@ int set_ccs_logging(xmlDocPtr ldoc){
   logmode = logsys_config_mode_get();
 
   if(logmode & LOG_MODE_BUFFER_BEFORE_CONFIG) {
-    log_printf(LOG_INFO, "CCS logsys config enabled from set_ccs_logging\n");
+    log_printf(LOG_DEBUG, "CCS logsys config enabled from set_ccs_logging\n");
     logmode &= ~LOG_MODE_BUFFER_BEFORE_CONFIG;
     logmode |= LOG_MODE_FLUSH_AFTER_CONFIG;
     logsys_config_mode_set (logmode);


hooks/post-receive
--
Cluster Project


                 reply	other threads:[~2008-06-20  6:46 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=20080620064649.17792.qmail@sourceware.org \
    --to=fabbione@sourceware.org \
    --cc=cluster-cvs@sources.redhat.com \
    --cc=cluster-devel@redhat.com \
    /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 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).