Browse Source

Log that we are listening

Brett Langdon 9 years ago
parent
commit
1cf3bc87a8
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      cmd/pypihub/main.go

+ 2
- 0
cmd/pypihub/main.go View File

@ -12,5 +12,7 @@ func main() {
var router *pypihub.Router
router = pypihub.NewRouter(config)
log.Printf("server listening on %s", config.Bind)
log.Fatal(router.Start())
}

Loading…
Cancel
Save