mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-03 03:50:10 +00:00
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:
parent
b2ba4eb2cc
commit
645588ffec
@ -187,6 +187,7 @@ static switch_status_t switch_console_logger(const switch_log_node_t *node, swit
|
|||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (failed_write) {
|
if (failed_write) {
|
||||||
if ((handle = switch_core_data_channel(SWITCH_CHANNEL_ID_LOG))) {
|
if ((handle = switch_core_data_channel(SWITCH_CHANNEL_ID_LOG))) {
|
||||||
int aok = can_write(handle, 100);
|
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) {
|
if (level > hard_log_level) {
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user