tools/functional-tester: minor cleanup

This commit is contained in:
Gyu-Ho Lee
2016-02-03 14:13:43 -08:00
parent 6da3c08b4d
commit ed682c9f08
4 changed files with 18 additions and 11 deletions

View File

@ -30,6 +30,7 @@ func (a *Agent) serveRPC() {
if e != nil {
log.Fatal("agent:", e)
}
log.Println("agent listening on :9027")
go http.Serve(l, nil)
}