Skip to content

Commit

Permalink
Fix: CLI logs
Browse files Browse the repository at this point in the history
  • Loading branch information
betamos committed Aug 31, 2023
1 parent 97cdad8 commit cf8ed85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ func main() {
var err error
if *name != "" {
opts.Publish(svc)
log.Printf("publishing to [%v]: %v\n", ty, svc)

log.Printf("publishing [%v]\n", svc)
}
if *browse {
opts.Browse(func(e zeroconf.Event) {
Expand Down

0 comments on commit cf8ed85

Please sign in to comment.