fix fs_cli windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11994 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fd252b2544
commit
d0479faee1
|
@ -476,8 +476,9 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
signal(SIGINT, handle_SIGINT);
|
||||
#ifdef SIGQUIT
|
||||
signal(SIGQUIT, handle_SIGQUIT);
|
||||
|
||||
#endif
|
||||
esl_global_set_default_logger(6); /* default debug level to 6 (info) */
|
||||
|
||||
for(;;) {
|
||||
|
|
Loading…
Reference in New Issue