lower the debug level for when printing that the nodeflags have changed
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 9 Sep 2008 03:55:31 +0000 (13:55 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 9 Sep 2008 03:55:31 +0000 (13:55 +1000)
server/ctdb_recoverd.c

index a8c004ae0c5e15a9d7b55d10755c38b6d082e1bd..47539427a05ae529dd5a8dadeadc14bb6d63c3e6 100644 (file)
@@ -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,