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)) } } }