summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2008-12-08 18:12:02 +0100
committerBenjamin Otte <otte@gnome.org>2008-12-16 15:16:37 +0100
commit56248d17a401912887357ed7bb375b77560f5148 (patch)
tree918c7402f388b075721c90993beec2a265044118
parent728284a572ad4552ac154bfc1a79ad6aac9a0f81 (diff)
improve debug message
-rw-r--r--swfdec/swfdec_rtmp_rpc_channel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/swfdec/swfdec_rtmp_rpc_channel.c b/swfdec/swfdec_rtmp_rpc_channel.c
index d056eb58..241dff88 100644
--- a/swfdec/swfdec_rtmp_rpc_channel.c
+++ b/swfdec/swfdec_rtmp_rpc_channel.c
@@ -191,7 +191,8 @@ swfdec_rtmp_rpc_channel_receive (SwfdecRtmpChannel *channel,
}
break;
default:
- SWFDEC_FIXME ("what to do with header type %u?", header->type);
+ SWFDEC_FIXME ("channel %u: what to do with header type %u?",
+ channel->channel_id, header->type);
break;
}
swfdec_sandbox_unuse (channel->conn->sandbox);