From 237f824da1528a16bd7a4dd5d6f66b9bebf09e96 Mon Sep 17 00:00:00 2001 From: wangduanduan Date: Wed, 2 Jul 2025 16:15:26 +0800 Subject: [PATCH] log: add log recevied stun request --- daemon/ice.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/ice.c b/daemon/ice.c index 7bdf39c08..c62c8155b 100644 --- a/daemon/ice.c +++ b/daemon/ice.c @@ -1234,7 +1234,8 @@ int ice_request(stream_fd *sfd, const endpoint_t *src, struct ice_candidate_pair *pair; int ret; - __DBG("received ICE request from %s on %s", endpoint_print_buf(src), + ilogs(ice, LOG_DEBUG, "Received ICE/STUN request from %s on %s", + endpoint_print_buf(src), endpoint_print_buf(&sfd->socket.local)); ag = media->ice_agent;