remove a log message we dont need about "allow clients to attach to databases"
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 4 Aug 2011 03:46:12 +0000 (13:46 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 4 Aug 2011 03:46:12 +0000 (13:46 +1000)
S1026492

server/ctdb_monitor.c

index 8d837ce5e80a387b6c17da0f4d2f3902f051a69c..d43deae827dcc5f26990e8c7ab9e24af36793745 100644 (file)
@@ -309,7 +309,6 @@ static void ctdb_wait_until_recovered(struct event_context *ev, struct timed_eve
                           "ctdb_start_monitoring: ctdb_recheck_persistent_health() OK\n"));
 
        DEBUG(DEBUG_NOTICE,(__location__ " Recoveries finished. Running the \"startup\" event.\n"));
-       DEBUG(DEBUG_ERR,(__location__ " Allow clients to attach to databases.\n"));
        event_add_timed(ctdb->ev, ctdb->monitor->monitor_context,
                             timeval_current(),
                             ctdb_check_health, ctdb);