Skip to content

Commit

Permalink
Merge branch 'development' into q9f/ci/cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Mar 6, 2023
2 parents 49d206f + 4717c96 commit c384479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/mdns/mdns.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ func (s *Service) Start() (err error) {

hostIDPretty := hostID.Pretty()
txt := []string{hostIDPretty}

mdns.DisableLogging = true
mdnsService, err := mdns.NewMDNSService(hostIDPretty, s.serviceTag, "", "", int(port), ips, txt)
if err != nil {
return fmt.Errorf("creating mDNS service: %w", err)
Expand Down

0 comments on commit c384479

Please sign in to comment.