aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
diff options
context:
space:
mode:
authordhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-04 00:57:33 +0000
committerdhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-04 00:57:33 +0000
commit901f663ff4c3785561912c7f1ee16787692221f3 (patch)
tree9a07a5d4e1dbb1b6b81820ac6064f2ce7d9a4364 /main/asterisk.c
parent1f228323c4cd6b38e0fd782f5c0bcecdd6ea980e (diff)
sleep long enough for the zaptel timer error message to display before exit
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@112714 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/asterisk.c')
-rw-r--r--main/asterisk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index d5247afe8..5b592e4a3 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);