From d2fc45eca2fb65586c3cf93780305b42046d812d Mon Sep 17 00:00:00 2001 From: Philippe G Date: Sat, 9 May 2020 21:18:48 -0700 Subject: [PATCH] forced - release --- components/squeezelite/controls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/squeezelite/controls.c b/components/squeezelite/controls.c index f2a6c0f8..0152cf6b 100644 --- a/components/squeezelite/controls.c +++ b/components/squeezelite/controls.c @@ -274,7 +274,9 @@ static void notify(in_addr_t ip, u16_t hport, u16_t cport) { server_ip = ip; server_hport = hport; server_cport = cport; + LOG_INFO("notified server %s hport %hu cport %hu", inet_ntoa(ip), hport, cport); + if (chained_notify) (*chained_notify)(ip, hport, cport); }