CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       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;
                        }

Reply via email to