public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - fenced/dlm_controld/gfs_controld:
@ 2009-05-07 21:58 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2009-05-07 21:58 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=147cfbe921efdbbedb1c163db81157ad0000a7f2
Commit:        147cfbe921efdbbedb1c163db81157ad0000a7f2
Parent:        d171d1a0d6f1a17b0e6f666c827e00096c0a9ec7
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Thu May 7 16:48:14 2009 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Thu May 7 16:48:14 2009 -0500

fenced/dlm_controld/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>
---
 fence/fenced/main.c       |    2 +-
 group/dlm_controld/main.c |    2 +-
 group/gfs_controld/main.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fence/fenced/main.c b/fence/fenced/main.c
index a6e2b93..9600129 100644
--- a/fence/fenced/main.c
+++ b/fence/fenced/main.c
@@ -1036,7 +1036,7 @@ int main(int argc, char **argv)
 	}
 	lockfile();
 	init_logging();
-	log_level(LOG_INFO, "fenced %s", RELEASE_VERSION);
+	log_level(LOG_INFO, "fenced %s started", RELEASE_VERSION);
 	signal(SIGTERM, sigterm_handler);
 	set_oom_adj(-16);
 
diff --git a/group/dlm_controld/main.c b/group/dlm_controld/main.c
index 267c1aa..aeba6a5 100644
--- a/group/dlm_controld/main.c
+++ b/group/dlm_controld/main.c
@@ -1276,7 +1276,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);
diff --git a/group/gfs_controld/main.c b/group/gfs_controld/main.c
index 9708272..7198b20 100644
--- a/group/gfs_controld/main.c
+++ b/group/gfs_controld/main.c
@@ -1525,7 +1525,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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-07 21:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-07 21:58 cluster: STABLE3 - fenced/dlm_controld/gfs_controld: David Teigland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).