Navigation


Changeset 1270:f6ad5596aac7 in freeDiameter for extensions


Ignore:
Timestamp:
May 21, 2014, 7:30:31 PM (10 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Put debugging message at debug log level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_load_balance/rt_load_balance.c

    r1221 r1270  
    6464                else
    6565                        cand->score -= load;
    66                 TRACE_DEBUG(INFO, "evaluated peer `%.*s', score was %d, now %d", (int)cand->diamidlen, cand->diamid, score, cand->score);
     66                TRACE_DEBUG(FULL, "evaluated peer `%.*s', score was %d, now %d", (int)cand->diamidlen, cand->diamid, score, cand->score);
    6767        }
    6868
Note: See TracChangeset for help on using the changeset viewer.