dlm: master - dlm_controld:

David Teigland teigland@fedoraproject.org
Mon May 11 18:53:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/dlm.git?p=dlm.git;a=commitdiff;h=4ac022c95c570468679800bc8f3dd80c57d72e36
Commit:        4ac022c95c570468679800bc8f3dd80c57d72e36
Parent:        5b537d5c3de21abc52501179be2a75f622d35f42
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Mon May 11 13:45:36 2009 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Mon May 11 13:45:36 2009 -0500

dlm_controld:

When daemon starts, log an INFO-level message saying:

<daemon_name> <release_version> started

(previous message was missing the word "started" so it wasn't clear
what the message really meant)

Signed-off-by: David Teigland <teigland@redhat.com>
---
 group/dlm_controld/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/group/dlm_controld/main.c b/group/dlm_controld/main.c
index 32ed522..c662403 100644
--- a/group/dlm_controld/main.c
+++ b/group/dlm_controld/main.c
@@ -1215,7 +1215,7 @@ int main(int argc, char **argv)
 	}
 	lockfile();
 	init_logging();
-	log_level(LOG_INFO, "dlm_controld %s", RELEASE_VERSION);
+	log_level(LOG_INFO, "dlm_controld %s started", RELEASE_VERSION);
 	signal(SIGTERM, sigterm_handler);
 	set_scheduler();
 	set_oom_adj(-16);



More information about the Cluster-cvs mailing list