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
This commit is contained in:
Tilghman Lesher
2008-04-25 19:39:26 +00:00
parent 9e1a67cfeb
commit ab608c09e2

View File

@@ -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);
}