changeset 1270:f6ad5596aac7

Put debugging message at debug log level.
author Thomas Klausner <tk@giga.or.at>
date Wed, 21 May 2014 12:30:31 +0200
parents abf1e51047a1
children fd398055521c
files extensions/rt_load_balance/rt_load_balance.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/rt_load_balance/rt_load_balance.c	Mon May 12 00:16:19 2014 +0800
+++ b/extensions/rt_load_balance/rt_load_balance.c	Wed May 21 12:30:31 2014 +0200
@@ -63,7 +63,7 @@
 			cand->score = 1;
 		else
 			cand->score -= load;
-		TRACE_DEBUG(INFO, "evaluated peer `%.*s', score was %d, now %d", (int)cand->diamidlen, cand->diamid, score, cand->score);
+		TRACE_DEBUG(FULL, "evaluated peer `%.*s', score was %d, now %d", (int)cand->diamidlen, cand->diamid, score, cand->score);
 	}
 
 	return 0;
"Welcome to our mercurial repository"