Update a log message to reflect that this does no longer only happen
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 9 Aug 2010 23:41:41 +0000 (09:41 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 9 Aug 2010 23:48:50 +0000 (09:48 +1000)
when trying/failing to ban a node.

tools/ctdb.c

index 336c790c37c692f0165da863cf9903023ad98bca..0a95da0aece917170c449e55f648a7ec82105810 100644 (file)
@@ -97,7 +97,7 @@ static void verify_node(struct ctdb_context *ctdb)
        /* verify we can access the node */
        ret = ctdb_ctrl_getpnn(ctdb, TIMELIMIT(), options.pnn);
        if (ret == -1) {
-               DEBUG(DEBUG_ERR,("Can not ban node. Node is not operational.\n"));
+               DEBUG(DEBUG_ERR,("Can not access node. Node is not operational.\n"));
                exit(10);
        }
 }