summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-10-17 22:13:05 +0000
committerMark Spencer <markster@digium.com>2004-10-17 22:13:05 +0000
commit12e2fe4d94d4ddb9e7717450860bfb94d9aad820 (patch)
treeb68846ec425ce1bb717d2ea9a49ad679234796dd /pbx.c
parent9f5f95fe8702d6c105f7975c5ca02423b80c03f5 (diff)
Thread fixes, vm fix (bug #2665)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4030 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 47048de6f..b5696e028 100755
--- a/pbx.c
+++ b/pbx.c
@@ -4818,7 +4818,7 @@ static int pbx_builtin_background(struct ast_channel *chan, void *data)
res = ast_waitstream(chan, AST_DIGIT_ANY);
ast_stopstream(chan);
} else {
- ast_log(LOG_WARNING, "ast_streamfile failed on %s fro %s\n", chan->name, (char*)data);
+ ast_log(LOG_WARNING, "ast_streamfile failed on %s for %s\n", chan->name, (char*)data);
res = 0;
}
}