summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-11-01 01:44:11 +0000
committerMark Spencer <markster@digium.com>2004-11-01 01:44:11 +0000
commitafd15388cccedd3c5c0ceb366541868a3f46252d (patch)
treecd29f6e147bb36c947a57f3b1cbe2cba3d8d176a /channel.c
parentb8885530f46e1f72b4b5a3c0b3b0d6c20da388b5 (diff)
Debugging improvements (bug #2765)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4135 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channel.c b/channel.c
index 9ef5c9015..a4a857829 100755
--- a/channel.c
+++ b/channel.c
@@ -1556,6 +1556,7 @@ int ast_prod(struct ast_channel *chan)
ast_log(LOG_DEBUG, "Prodding channel '%s'\n", chan->name);
a.subclass = chan->pvt->rawwriteformat;
a.data = nothing + AST_FRIENDLY_OFFSET;
+ a.src = "ast_prod";
if (ast_write(chan, &a))
ast_log(LOG_WARNING, "Prodding channel '%s' failed\n", chan->name);
}