Add log when we cannot find the selected valid ICE pair in the case where it should be there.

This commit is contained in:
Ghislain MARY 2017-10-05 13:33:10 +02:00
parent fb465e0def
commit 452234d4bc

View file

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