projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e1a67c
)
Oops, this isn't necessarily AGI that is forking anymore
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Fri, 25 Apr 2008 19:39:26 +0000
(19:39 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Fri, 25 Apr 2008 19:39:26 +0000
(19:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114665
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/app.c
patch
|
blob
|
history
diff --git
a/main/app.c
b/main/app.c
index
05cdf17
..
60856ae
100644
(file)
--- 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);
}