Silence warnings (ref #1388)
This commit is contained in:
parent
51c932164f
commit
b2425b2a25
@ -59,7 +59,9 @@ func (b *Multicast) writer() {
|
||||
for bs := range b.inbox {
|
||||
intfs, err := net.Interfaces()
|
||||
if err != nil {
|
||||
l.Warnln("multicast interfaces:", err)
|
||||
if debug {
|
||||
l.Debugln("multicast interfaces:", err)
|
||||
}
|
||||
continue
|
||||
}
|
||||
for _, intf := range intfs {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user