git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7705
d0543943-73ff-0310-b7d9-
9358b9ac24b2
} else {
aok = 0;
}
-
+
return aok;
#else
return 1;
if (failed_write) {
if ((handle = switch_core_data_channel(SWITCH_CHANNEL_ID_LOG))) {
- int aok = can_write(handle, 5);
+ int aok = can_write(handle, 100);
if (aok) {
const char *msg = "Failed to write to the console! Logging disabled! RE-enable with the 'console loglevel' command\n";
#ifdef WIN32
if (ok) {
#ifndef WIN32
- int aok = can_write(handle, 2000);
+ int aok = can_write(handle, 10000);
if (!aok) {
hard_log_level = 0;