comment auto-disable stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7706 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-02-20 03:56:38 +00:00
parent b2ba4eb2cc
commit 645588ffec
1 changed files with 2 additions and 0 deletions

View File

@ -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;