if we get a modflag control but the flags remain unchanged, log this
authorRonnie Sahlberg <sahlberg@ronnie>
Thu, 22 Nov 2007 23:31:51 +0000 (10:31 +1100)
committerRonnie Sahlberg <sahlberg@ronnie>
Thu, 22 Nov 2007 23:31:51 +0000 (10:31 +1100)
server/ctdb_monitor.c

index 0e2dc29c6a0a871600218e5ecf48990ea2f10220..774d6accb28991f089150fc581838d3281cb1c30 100644 (file)
@@ -243,7 +243,7 @@ int32_t ctdb_control_modflags(struct ctdb_context *ctdb, TDB_DATA indata)
        node->flags &= ~m->clear;
 
        if (node->flags == old_flags) {
-               /* no change */
+               DEBUG(0, ("Control modflags on node %u - Unchanged - flags 0x%x\n", ctdb->pnn, node->flags));
                return 0;
        }