summaryrefslogtreecommitdiff
path: root/main/app.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-04-25 19:39:26 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-04-25 19:39:26 +0000
commitab608c09e2dad2dac9dcb4f52b22a9eb5f5e2ea0 (patch)
tree11071b74819135662423e93ec21ea0def69c3031 /main/app.c
parent9e1a67cfeb606234002109fe235f5d6b5205fa34 (diff)
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
Diffstat (limited to 'main/app.c')
-rw-r--r--main/app.c2
1 files changed, 1 insertions, 1 deletions
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);
}