提交 6541259b authored 作者: Brian West's avatar Brian West

shut this thing up

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17056 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ef998869
......@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论