The branch, master has been updated
       via  a89977f8cb2463a87147dcc0ad936cb5d4131670 (commit)
      from  cd69d292292eaab3aac0e9d9fc57cb621597c63c (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a89977f8cb2463a87147dcc0ad936cb5d4131670
Author: Ronnie Sahlberg <[EMAIL PROTECTED]>
Date:   Tue Sep 9 13:55:31 2008 +1000

    lower the debug level for when printing that the nodeflags have changed

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

Summary of changes:
 server/ctdb_recoverd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/server/ctdb_recoverd.c b/server/ctdb_recoverd.c
index a8c004a..4753942 100644
--- a/server/ctdb_recoverd.c
+++ b/server/ctdb_recoverd.c
@@ -2633,7 +2633,7 @@ again:
                        }
                        if ((remote_nodemap->nodes[i].flags & 
NODE_FLAGS_INACTIVE) != 
                            (nodemap->nodes[i].flags & NODE_FLAGS_INACTIVE)) {
-                               DEBUG(DEBUG_ERR, (__location__ " Remote node:%u 
has different nodemap flag for %d (0x%x vs 0x%x)\n", 
+                               DEBUG(DEBUG_WARNING, (__location__ " Remote 
node:%u has different nodemap flag for %d (0x%x vs 0x%x)\n", 
                                          nodemap->nodes[j].pnn, i,
                                          remote_nodemap->nodes[i].flags, 
nodemap->nodes[i].flags));
                                do_recovery(rec, mem_ctx, pnn, nodemap, 


-- 
CTDB repository

Reply via email to