From ab608c09e2dad2dac9dcb4f52b22a9eb5f5e2ea0 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Fri, 25 Apr 2008 19:39:26 +0000 Subject: Oops, this isn't necessarily AGI that is forking anymore git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114665 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/app.c') diff --git a/main/app.c b/main/app.c index 05cdf1748..60856ae17 100644 --- a/main/app.c +++ b/main/app.c @@ -1809,7 +1809,7 @@ int ast_safe_fork(int stop_reaper) /* unblock important signal handlers */ if (pthread_sigmask(SIG_UNBLOCK, &signal_set, NULL)) { - ast_log(LOG_WARNING, "unable to unblock signals for AGI script: %s\n", strerror(errno)); + ast_log(LOG_WARNING, "unable to unblock signals: %s\n", strerror(errno)); _exit(1); } -- cgit v1.2.3