提交 645588ff authored 作者: Anthony Minessale's avatar Anthony Minessale

comment auto-disable stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7706 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b2ba4eb2
......@@ -187,6 +187,7 @@ static switch_status_t switch_console_logger(const switch_log_node_t *node, swit
return SWITCH_STATUS_SUCCESS;
}
#if 0
if (failed_write) {
if ((handle = switch_core_data_channel(SWITCH_CHANNEL_ID_LOG))) {
int aok = can_write(handle, 100);
......@@ -205,6 +206,7 @@ static switch_status_t switch_console_logger(const switch_log_node_t *node, swit
}
}
}
#endif
if (level > hard_log_level) {
return SWITCH_STATUS_SUCCESS;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论