summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-03-01 16:14:41 +0000
committerMark Spencer <markster@digium.com>2004-03-01 16:14:41 +0000
commita9d042db2cab75e9c21f4d1ca50ead2fd0fbd418 (patch)
treefeaee5e807013b3528b3f9779d12066758441e32 /channel.c
parent4160dfa6e178a4e3af1ddbebde80f5c31b8d72f2 (diff)
Handle video codecs properly
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2281 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index d00fc4dd9..f2f1fd535 100755
--- a/channel.c
+++ b/channel.c
@@ -2280,7 +2280,7 @@ int ast_channel_bridge(struct ast_channel *c0, struct ast_channel *c1, int flags
*fo = f;
*rc = who;
res = 0;
- ast_log(LOG_DEBUG, "Got a FRAME_CONTROL frame on channel %s\n",who->name);
+ ast_log(LOG_DEBUG, "Got a FRAME_CONTROL (%d) frame on channel %s\n", f->subclass, who->name);
break;
}
if ((f->frametype == AST_FRAME_VOICE) ||