Merge pull request #12342 from LK4D4/fix_vet_warn

Fix vet warning
This commit is contained in:
Michael Crosby 2015-04-13 12:56:47 -07:00
commit 08ddc4edc5

View file

@ -493,7 +493,7 @@ func TestTarWithBlockCharFifo(t *testing.T) {
t.Fatal(err)
}
if len(changes) > 0 {
t.Fatalf("Tar with special device (block, char, fifo) should keep them (recreate them when untar) : %s", changes)
t.Fatalf("Tar with special device (block, char, fifo) should keep them (recreate them when untar) : %v", changes)
}
}