Browse Source

MT#55283 log: add log recevied stun request

closes #1964

Change-Id: Ia3b348b1e2197c79542764f26c69c0d35ed317d7
pull/1967/head
wangduanduan 6 months ago
committed by Richard Fuchs
parent
commit
eba58fd286
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      daemon/ice.c

+ 2
- 1
daemon/ice.c View File

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


Loading…
Cancel
Save