Skip to content

Commit

Permalink
Fix mdns log message #843
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Dec 30, 2023
1 parent 458d5e7 commit ae13a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/homekit/homekit.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func Init() {
api.HandleFunc(hap.PathPairSetup, hapPairSetup)
api.HandleFunc(hap.PathPairVerify, hapPairVerify)

log.Trace().Msgf("[homekit] mnds: %s", entries)
log.Trace().Msgf("[homekit] mdns: %s", entries)

go func() {
if err := mdns.Serve(mdns.ServiceHAP, entries); err != nil {
Expand Down

0 comments on commit ae13a72

Please sign in to comment.