This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - qdisk: Remove useless debug message


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=219b9fabd49d0ef97384f78591f4eb61377f21a5
Commit:        219b9fabd49d0ef97384f78591f4eb61377f21a5
Parent:        2decf39bbb994d5fc2338de75e027ec168783bf6
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:18:03 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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]