From e5c0770719ac6587ef44f16abf0cdca45ee7e5c7 Mon Sep 17 00:00:00 2001 From: Vadym Vikulin Date: Thu, 20 Jun 2024 16:36:32 +0300 Subject: [PATCH] More debug log --- src/multicast/multicast.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/multicast/multicast.go b/src/multicast/multicast.go index 36604d1c9..8cd52aa46 100644 --- a/src/multicast/multicast.go +++ b/src/multicast/multicast.go @@ -423,7 +423,7 @@ func (m *Multicast) listen() { m.log.Infoln("Call from multicast failed:", err) } } else { - m.log.Infoln("Multicat: ", ok, info.listen) + m.log.Infoln("Multicat: ", ok, from.Zone, fmt.Sprint(interfaces)) } } }