mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
functional-tester: fix log statement
simple fix for wrongly printed statement.
This commit is contained in:
parent
ea05711522
commit
34c906be55
@ -45,7 +45,7 @@ func (tt *tester) runLoop() {
|
||||
roundTotalCounter.Inc()
|
||||
|
||||
if err := tt.doRound(round); err != nil {
|
||||
plog.Warningf("%s functional-tester returning with error (%v)", tt.logPrefix, err)
|
||||
plog.Warningf("%s functional-tester returning with error (%v)", tt.logPrefix(), err)
|
||||
if tt.cleanup() != nil {
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user