cluster: STABLE3 - group_tool: remove "groupd not running" (another)

David Teigland teigland at fedoraproject.org
Thu Dec 10 21:11:31 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=b8eecc88a786e74089350d297bcdedbc51ba178d
Commit:        b8eecc88a786e74089350d297bcdedbc51ba178d
Parent:        f554d932a817401beaf078e6eed4bb2522a3d0cc
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Thu Dec 10 16:06:36 2009 -0600
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Thu Dec 10 16:06:36 2009 -0600

group_tool: remove "groupd not running" (another)

This message confuses people, making them think that
groupd *should* be running when in fact not running
is usually correct.

(previous commit removed only one of the two)

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

diff --git a/group/tool/main.c b/group/tool/main.c
index 39cc1a2..33ea9a1 100644
--- a/group/tool/main.c
+++ b/group/tool/main.c
@@ -648,7 +648,6 @@ int main(int argc, char **argv)
 
 		switch (version) {
 		case -1:
-			printf("groupd not running\n");
 			version = GROUP_LIBCPG;
 			break;
 		case -EAGAIN:


More information about the cluster-commits mailing list