mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 13:35:00 +00:00
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;
|
running_weight += binding->weight;
|
||||||
if(running_weight >= rand_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;
|
second_order[pos] = binding;
|
||||||
pos++;
|
pos++;
|
||||||
binding->chosen = 1;
|
binding->chosen = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user