1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Change the message when we start the daemon to "CTDB starting on node"

S1026492

(This used to be ctdb commit 4dfe85dc19eea7b3382a005f63e1a3ef824aea90)
This commit is contained in:
Ronnie Sahlberg 2011-08-04 13:44:25 +10:00
parent c6c3d83477
commit 44dd9b458d

View 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);