Skip to content

Commit

Permalink
Print host address in gui
Browse files Browse the repository at this point in the history
  • Loading branch information
fluhus committed Feb 22, 2020
1 parent f1c0f26 commit 56e352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ func main() {
w.Write(midi)
})

fmt.Println("Listening")
fmt.Println("Listening on http://localhost:" + fmt.Sprint(*port))
http.ListenAndServe(":"+fmt.Sprint(*port), nil)
}

0 comments on commit 56e352c

Please sign in to comment.