From fcc7af24806bafd9fe0cbdbac1c02fa075cad100 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 10 Sep 2019 19:11:11 +0300 Subject: [PATCH] - Added net_dns_debug_log title. --- app/src/main/cpp/baresip.c | 1 + 1 file changed, 1 insertion(+) 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';