]> sjero.net Git - linphone/blobdiff - coreapi/misc.c
add traces for ICE troubleshooting
[linphone] / coreapi / misc.c
index a22bbc1d9f57706c0050cbf988e28afabb051a75..b97f265becd149ead3d28b6b550a1afdb53c61bf 100644 (file)
@@ -611,6 +611,7 @@ int linphone_core_gather_ice_candidates(LinphoneCore *lc, LinphoneCall *call)
                ice_add_local_candidate(video_check_list, "host", local_addr, call->video_port + 1, 2, NULL);
        }
 
+       ms_message("ICE: gathering candidate from [%s]",server);
        /* Gather local srflx candidates. */
        ice_session_gather_candidates(call->ice_session, ss, ss_len);
        return 0;