cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Fabio M. Di Nitto <fabbione@ubuntu.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 2/3] Use right vars to print debugging info
Date: Tue, 23 Oct 2007 06:49:34 +0200	[thread overview]
Message-ID: <11931149752477-git-send-email-> (raw)
In-Reply-To: <11931149753164-git-send-email->

From: Fabio M. Di Nitto <fabbione@ubuntu.com>

Signed-off-by: Fabio M. Di Nitto <fabbione@ubuntu.com>
---
:100644 100644 0de3d0c... 6abc618... M	cman/daemon/cmanccs.c
 cman/daemon/cmanccs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cman/daemon/cmanccs.c b/cman/daemon/cmanccs.c
index 0de3d0c..6abc618 100644
--- a/cman/daemon/cmanccs.c
+++ b/cman/daemon/cmanccs.c
@@ -577,7 +577,7 @@ static int get_ccs_join_info(void)
 		if (!error) {
 			int votestmp = atoi(str);
 			if (votestmp < 0 || votestmp > 255) {
-				log_printf(LOG_ERR, "invalid votes value %d", votes);
+				log_printf(LOG_ERR, "invalid votes value %d", votestmp);
 				write_cman_pipe("Found invalid votes for node in CCS");
 				return -EINVAL;
 			}
-- 
1.5.2.5



  reply	other threads:[~2007-10-23  4:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-23  4:49 [Cluster-devel] Small cman cleanup patches Fabio M. Di Nitto
2007-10-23  4:49 ` [Cluster-devel] [PATCH 1/3] Clean up duplicate ccs query paths Fabio M. Di Nitto
2007-10-23  4:49   ` Fabio M. Di Nitto [this message]
2007-10-23  4:49     ` [Cluster-devel] [PATCH 3/3] Use standard path var and memset it before each query Fabio M. Di Nitto

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=11931149752477-git-send-email- \
    --to=fabbione@ubuntu.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 NNTP newsgroup(s).