public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* fence: master - fenced:
@ 2009-05-11 18:51 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2009-05-11 18:51 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/fence.git?p=fence.git;a=commitdiff;h=4ba395aa28b46f4a99d467a53d918b0844c78d5a
Commit:        4ba395aa28b46f4a99d467a53d918b0844c78d5a
Parent:        1abfc583276ec32a29ee87a571850b21502c01ae
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Mon May 11 13:44:16 2009 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Mon May 11 13:44:16 2009 -0500

fenced:

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 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/fenced/main.c b/fence/fenced/main.c
index 9096c7c..03734d6 100644
--- a/fence/fenced/main.c
+++ b/fence/fenced/main.c
@@ -981,7 +981,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);
 


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

only message in thread, other threads:[~2009-05-11 18:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-11 18:51 fence: master - fenced: 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).