From mboxrd@z Thu Jan 1 00:00:00 1970 From: fabbione@sourceware.org Date: 24 Oct 2007 03:21:22 -0000 Subject: [Cluster-devel] cluster/cman/daemon cmanccs.c Message-ID: <20071024032122.17275.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione at sourceware.org 2007-10-24 03:21:22 Modified files: cman/daemon : cmanccs.c Log message: Use right vars to print debugging info Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cmanccs.c.diff?cvsroot=cluster&r1=1.32&r2=1.33 --- cluster/cman/daemon/cmanccs.c 2007/10/24 03:20:58 1.32 +++ cluster/cman/daemon/cmanccs.c 2007/10/24 03:21:22 1.33 @@ -577,7 +577,7 @@ 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; }