mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 10:26:51 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1263 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
364e2c53b2
commit
b81e4d6c97
@ -126,6 +126,9 @@ static switch_status switch_console_logger(const switch_log_node *node, switch_l
|
|||||||
if (!log_hash || (((all_level > - 1) || lookup) && level >= node->level)) {
|
if (!log_hash || (((all_level > - 1) || lookup) && level >= node->level)) {
|
||||||
fprintf(handle, node->data);
|
fprintf(handle, node->data);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
fprintf(stderr, "HELP I HAVE NO CONSOLE TO LOG TO!\n");
|
||||||
|
fflush(stderr);
|
||||||
}
|
}
|
||||||
|
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user