X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e7f41c4af1298b91106f9b1d8fb87a68e46a3f64..ff4b92335c6d772eea8a57593af2040c071d1731:/lib/cmdtest/leakcheck.go diff --git a/lib/cmdtest/leakcheck.go b/lib/cmdtest/leakcheck.go index c132f1b360..ba4c3c123c 100644 --- a/lib/cmdtest/leakcheck.go +++ b/lib/cmdtest/leakcheck.go @@ -43,7 +43,7 @@ func LeakCheck(c *check.C) func() { os.Stdout, os.Stderr = stdout, stderr for i, tmpfile := range tmpfiles { - c.Log("checking %s", i) + c.Logf("checking %s", i) _, err := tmpfile.Seek(0, io.SeekStart) c.Assert(err, check.IsNil) leaked, err := ioutil.ReadAll(tmpfile)