summaryrefslogtreecommitdiff
path: root/telepathy-farstream
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-11-07 20:53:34 -0500
committerXavier Claessens <xclaesse@gmail.com>2011-11-28 16:08:12 +0100
commitea89416731bd3797d7b2b3abb06c8d614e36c6c9 (patch)
tree2cab205aff476912f59c28923d5a384948a6f6a5 /telepathy-farstream
parent9d21b8967845226d4b1e9d03421752c690fcf180 (diff)
downloadtelepathy-farstream-ea89416731bd3797d7b2b3abb06c8d614e36c6c9.tar.gz
Add more debug
Diffstat (limited to 'telepathy-farstream')
-rw-r--r--telepathy-farstream/call-stream.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c
index ec3535c..f2d12f1 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -925,6 +925,8 @@ ice_restart_requested (TpProxy *proxy,
return;
}
+ g_debug ("Restarting ICE");
+
if (fs_stream_add_remote_candidates (self->fsstream, NULL, &myerror))
{
g_free (self->last_local_username);