# HG changeset patch # User Thomas Klausner # Date 1400668231 -7200 # Node ID f6ad5596aac7a54cdf4433732ec4e47f606d18fa # Parent abf1e51047a113d3e5907a006e59709cee318b86 Put debugging message at debug log level. diff -r abf1e51047a1 -r f6ad5596aac7 extensions/rt_load_balance/rt_load_balance.c --- 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;