[Pkg-telepathy-commits] [libnice] 224/265: Add more debug info when adding relays
Simon McVittie
smcv at debian.org
Wed May 14 12:05:11 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 ec8784fc67af44ad4cc51d5b58681cb19da0f8c0
Author: Youness Alaoui <youness.alaoui at collabora.co.uk>
Date: Fri Apr 18 21:45:12 2014 -0400
Add more debug info when adding relays
---
agent/agent.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/agent/agent.c b/agent/agent.c
index 0f60e47..23ce78e 100644
--- a/agent/agent.c
+++ b/agent/agent.c
@@ -1946,8 +1946,9 @@ nice_agent_set_relay_info(NiceAgent *agent,
turn->password = g_strdup (password);
turn->type = type;
- nice_debug ("Agent %p: added relay server [%s]:%d of type %d", agent,
- server_ip, server_port, type);
+ nice_debug ("Agent %p: added relay server [%s]:%d of type %d to s/c %d/%d "
+ "with user/pass : %s -- %s", agent, server_ip, server_port, type,
+ stream_id, component_id, username, password);
component->turn_servers = g_list_append (component->turn_servers, turn);
--
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