Skip to content

Commit

Permalink
RCL-56 More debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
vikulin committed Jun 20, 2024
1 parent aa46ecb commit eb8ba6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/multicast/multicast.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ func (m *Multicast) _announce() {
binary.BigEndian.PutUint16(pbs, uint16(a.Port))
msg = append(msg, pbs...)
_, _ = m.sock.WriteTo(msg, nil, destAddr)
} else {
m.log.Infoln("ResolveTCPAddr failed on", iface.Name, "due to error:", err)
}
if linfo.interval.Seconds() < 15 {
linfo.interval += time.Second
Expand Down

0 comments on commit eb8ba6d

Please sign in to comment.