update a comment to reflect that this is not always a real recovery
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 2 Jul 2008 02:01:19 +0000 (12:01 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 2 Jul 2008 02:01:19 +0000 (12:01 +1000)
it can also be printed when we just do an ip reallocation

server/ctdb_recover.c

index bef945193047cfe51cd0ed8647da3be236d652a8..13f0c9426f1ffd0e3853b11522efb9de9306ab0a 100644 (file)
@@ -839,7 +839,7 @@ int32_t ctdb_control_start_recovery(struct ctdb_context *ctdb,
        int ret;
        struct recovery_callback_state *state;
 
-       DEBUG(DEBUG_NOTICE,("Recovery has started\n"));
+       DEBUG(DEBUG_NOTICE,(__location__ " startrecovery eventscript has been invoked\n"));
 
        state = talloc(ctdb, struct recovery_callback_state);
        CTDB_NO_MEMORY(ctdb, state);