summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--agent/agent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/agent.c b/agent/agent.c
index ae06fbe..315d8d8 100644
--- a/agent/agent.c
+++ b/agent/agent.c
@@ -2397,6 +2397,8 @@ nice_agent_send (
if (!agent_find_component (agent, stream_id, component_id,
&stream, &component)) {
+ g_critical ("Unknown stream/component combination: %d:%d",
+ stream_id, component_id);
goto done;
}