Commit 21ec700e authored by Olivier Crete's avatar Olivier Crete

Warn on failure to find a component

darcs-hash:20080426001836-3e2dc-27f6f8a7efa720b3645aaf9c810b8304251e5f33.gz
parent 673e299f
......@@ -1845,6 +1845,8 @@ nice_agent_attach_recv (
/* step: check that params specify an existing pair */
if (!agent_find_component (agent, stream_id, component_id, &stream, &component)) {
g_warning ("Could not find component %u in stream %u", component_id,
stream_id);
goto done;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment