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:
Michael Jerris 2009-02-13 20:29:33 +00:00
parent fd252b2544
commit d0479faee1
1 changed files with 2 additions and 1 deletions

View File

@ -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(;;) {