mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
set default level
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10999 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4de09281b4
commit
eb9685f655
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user