set default level

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10999 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-12-30 01:55:59 +00:00
parent 4de09281b4
commit eb9685f655
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ int main(int argc, char *argv[])
signal(SIGINT, handle_SIGINT);
handle.debug = 0;
esl_global_set_default_logger(2); /* default debug level to 2 */
esl_global_set_default_logger(3); /* default debug level to 3 (error) */
for(;;) {
int option_index = 0;