diff --git a/tstest/log.go b/tstest/log.go index f766c4fe9..61907d2ea 100644 --- a/tstest/log.go +++ b/tstest/log.go @@ -75,7 +75,7 @@ func (lt *LogLineTracker) Logf(format string, args ...interface{}) { lt.seen[format] = true } lt.mu.Unlock() - lt.logf(format, args) + lt.logf(format, args...) } // Check returns which format strings haven't been logged yet.