forked from Mirrors/freeswitch
shut this thing up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17056 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ef998869b3
commit
6541259b1f
@ -424,7 +424,7 @@ static switch_xml_t xml_curl_fetch(const char *section, const char *tag_name, co
|
||||
|
||||
running_weight += binding->weight;
|
||||
if(running_weight >= rand_weight) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Chose binding %d as [%s] with weight [%d] based on running weight [%d]\n", pos, binding->url, binding->weight, running_weight);
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG10, "Chose binding %d as [%s] with weight [%d] based on running weight [%d]\n", pos, binding->url, binding->weight, running_weight);
|
||||
second_order[pos] = binding;
|
||||
pos++;
|
||||
binding->chosen = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user