public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - rgmanager: Fix noise when running in foreground
@ 2009-06-19 17:58 Lon Hohberger
  0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2009-06-19 17:58 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=01f1b7578457fe5c21c7f7533af9807112b1aa20
Commit:        01f1b7578457fe5c21c7f7533af9807112b1aa20
Parent:        62b36a1b9cc01f1f1b9b35c022282257da469295
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Fri Jun 19 13:56:59 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Fri Jun 19 13:56:59 2009 -0400

rgmanager: Fix noise when running in foreground

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 rgmanager/src/daemons/groups.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/daemons/groups.c b/rgmanager/src/daemons/groups.c
index 6015e0c..4ed4d5d 100644
--- a/rgmanager/src/daemons/groups.c
+++ b/rgmanager/src/daemons/groups.c
@@ -1829,7 +1829,6 @@ check_restart(char *rg_name)
 	pthread_rwlock_rdlock(&resource_lock);
 	node = node_by_ref(&_tree, rg_name);
 	if (node) {
-		printf("%s %p\n", rg_name, node->rn_restart_counter);
 		ret = restart_threshold_exceeded(node->rn_restart_counter);
 	}
 	pthread_rwlock_unlock(&resource_lock);


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

only message in thread, other threads:[~2009-06-19 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-19 17:58 cluster: STABLE3 - rgmanager: Fix noise when running in foreground Lon Hohberger

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).