Merge pull request #6755 from fanminshi/log-statement-fix

functional-tester: fix log statement
This commit is contained in:
fanmin shi
2016-10-28 14:40:11 -07:00
committed by GitHub

View File

@@ -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
}