git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10998 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Ken Rice 2008-12-30 01:24:32 +00:00
parent 58abcae22c
commit 4de09281b4

View File

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