Change the message when we start the daemon to "CTDB starting on node"
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 4 Aug 2011 03:44:25 +0000 (13:44 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 4 Aug 2011 03:44:25 +0000 (13:44 +1000)
S1026492

server/ctdbd.c

index 9eaba1d03808f6bb43eef71aab0f2758eb1d1006..a8d956d8658d0b836ccf198b3e56891c805349e8 100644 (file)
@@ -196,7 +196,7 @@ int main(int argc, const char *argv[])
                exit(1);
        }
 
-       DEBUG(DEBUG_NOTICE,("Starting CTDB daemon\n"));
+       DEBUG(DEBUG_NOTICE,("CTDB starting on node\n"));
 
        gettimeofday(&ctdb->ctdbd_start_time, NULL);
        gettimeofday(&ctdb->last_recovery_started, NULL);