tools/functional-tester: minor cleanup
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user