mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 03:29:43 +00:00
Fixed message: testutil/server.go:317: missing ... in args forwarded to print-like function
This commit is contained in:
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…
x
Reference in New Issue
Block a user