diff --git a/app/src/main/cpp/baresip.c b/app/src/main/cpp/baresip.c index 42ea0a8c..92015557 100644 --- a/app/src/main/cpp/baresip.c +++ b/app/src/main/cpp/baresip.c @@ -52,6 +52,7 @@ static void net_debug_log() { static void net_dns_debug_log() { char debug_buf[2048]; int l; + LOGD("net_dns_debug_log\n"); l = re_snprintf(&(debug_buf[0]), 2047, "%H", net_dns_debug, baresip_network()); if (l != -1) { debug_buf[l] = '\0';