forked from Mirrors/freeswitch
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10998 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
58abcae22c
commit
4de09281b4
@ -274,7 +274,7 @@ int main(int argc, char *argv[])
|
||||
signal(SIGINT, handle_SIGINT);
|
||||
|
||||
handle.debug = 0;
|
||||
esl_global_set_default_logger(0); /* default debug level to 0 */
|
||||
esl_global_set_default_logger(2); /* default debug level to 2 */
|
||||
|
||||
for(;;) {
|
||||
int option_index = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user