cluster: master - qdisk: Remove useless debug message

Lon Hohberger lon@fedoraproject.org
Wed May 6 13:24:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=4552bf6c408b35ca1f0c8fde164cd08b547c5ccc
Commit:        4552bf6c408b35ca1f0c8fde164cd08b547c5ccc
Parent:        d0b8e7806f394228329ff797c999a723d89d4d6e
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Wed May 6 09:18:03 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Wed May 6 09:23:26 2009 -0400

qdisk: Remove useless debug message

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 cman/qdisk/score.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/cman/qdisk/score.c b/cman/qdisk/score.c
index 26dc88d..81ff700 100644
--- a/cman/qdisk/score.c
+++ b/cman/qdisk/score.c
@@ -144,7 +144,6 @@ total_score(struct h_data *h, int max, int *score, int *maxscore)
 	*score = 0;
 	*maxscore = 0;
 	
-	logt_print(LOG_DEBUG, "max = %d\n", max);
 	/* Allow operation w/o any heuristics */
 	if (!max) {
 		*score = *maxscore = 1;



More information about the Cluster-cvs mailing list