From 44dd9b458dfbb402272dd0c606aaf8ff06c1189c Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 4 Aug 2011 13:44:25 +1000 Subject: [PATCH] Change the message when we start the daemon to "CTDB starting on node" S1026492 (This used to be ctdb commit 4dfe85dc19eea7b3382a005f63e1a3ef824aea90) --- ctdb/server/ctdbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/server/ctdbd.c b/ctdb/server/ctdbd.c index 9eaba1d0380..a8d956d8658 100644 --- a/ctdb/server/ctdbd.c +++ b/ctdb/server/ctdbd.c @@ -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);