gfs2-utils: master - gfs_controld:

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


Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=d021fa9f856976abcbc3a1fd3b77b7607bcad39d
Commit:        d021fa9f856976abcbc3a1fd3b77b7607bcad39d
Parent:        c8425dc66b4fa94b512b66805e1dee1e73bb0551
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Mon May 11 13:46:59 2009 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Mon May 11 13:46:59 2009 -0500

gfs_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/gfs_controld/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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



More information about the Cluster-cvs mailing list