Skip to content

Commit

Permalink
More debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
vikulin committed Jun 20, 2024
1 parent 44ff7c5 commit e5c0770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multicast/multicast.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
}
}

0 comments on commit e5c0770

Please sign in to comment.