From: Dwayne M. Hubbard Date: Fri, 4 Apr 2008 00:57:33 +0000 (+0000) Subject: sleep long enough for the zaptel timer error message to display before exit X-Git-Tag: 1.6.2.0-beta1~2552 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e6d84eb69815cbe7fcfd949c525172c2d6d36bd;p=thirdparty%2Fasterisk.git sleep long enough for the zaptel timer error message to display before exit git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@112714 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/asterisk.c b/main/asterisk.c index d5247afe8e..5b592e4a33 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -3207,6 +3207,7 @@ int main(int argc, char *argv[]) "\n\t3. If you need Zaptel services, you must correctly configure Zaptel." }; ast_log(LOG_ERROR, "%s\n", zaptel_timer_error); + usleep(100); exit(1); } close(fd);