[Pkg-telepathy-commits] [libnice] 37/265: agent: Add warning on incorrect API usage

Simon McVittie smcv at debian.org
Wed May 14 12:04:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository libnice.

commit 951924aa86a46cba4b01ad095f8e4c97d98236b5
Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Mon Dec 23 23:46:15 2013 -0500

    agent: Add warning on incorrect API usage
---
 agent/agent.c | 2 ++
 1 file changed, 2 insertions(+)

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;
   }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git



More information about the Pkg-telepathy-commits mailing list