mirror of https://github.com/hashicorp/consul
Fixed message: testutil/server.go:317: missing ... in args forwarded to print-like function
parent
b112bdd52d
commit
2f76019847
|
@ -314,7 +314,7 @@ type failer struct {
|
|||
failed bool
|
||||
}
|
||||
|
||||
func (f *failer) Log(args ...interface{}) { fmt.Println(args) }
|
||||
func (f *failer) Log(args ...interface{}) { fmt.Println(args...) }
|
||||
func (f *failer) FailNow() { f.failed = true }
|
||||
|
||||
// waitForAPI waits for only the agent HTTP endpoint to start
|
||||
|
|
Loading…
Reference in New Issue