From 452234d4bcca30cb384774d7e203250c73707449 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 5 Oct 2017 13:33:10 +0200 Subject: [PATCH] Add log when we cannot find the selected valid ICE pair in the case where it should be there. --- coreapi/misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/misc.c b/coreapi/misc.c index 167e4044b..61a59a4c8 100644 --- a/coreapi/misc.c +++ b/coreapi/misc.c @@ -839,6 +839,7 @@ void _update_local_media_description_from_ice(SalMediaDescription *desc, IceSess strncpy(desc->addr, rtp_candidate->taddr.ip, sizeof(desc->addr)); } else { ms_warning("If ICE has completed successfully, rtp_candidate should be set!"); + ice_dump_valid_list(first_cl); } }