@miconda commented on this pull request.
memset(ip_buf, 0, sizeof(ip_buf));
ip_addr2sbuf(&(c->rcv.dst_ip), ip_buf, sizeof(ip_buf)); - ERR("destination IP: %s\n", ip_buf); + ERR("dst IP: %s:%d\n", ip_buf, c->rcv.dst_port);
if you edited the prefix of the message, shortening to src and dst, then yous should also change IP to addr, because now is also the port.
Then, because the patch is to tls module, the commit message has to be prefixed with tls: -- see contributing guidelines:
* https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#com...