add started info log

gangliao-patch-1
wuyi05 9 years ago
parent badcdfe1e5
commit b7a52bd976

@ -43,7 +43,9 @@ func main() {
panic(err)
}
log.Infof("start pserver at port %d", *port)
err = http.Serve(l, nil)
if err != nil {
panic(err)
}

Loading…
Cancel
Save