Merge pull request #14661 from LK4D4/vet_warns

Fix some formatting calls
This commit is contained in:
David Calavera 2015-07-15 16:41:18 -07:00
commit 4832a3dc2d

View file

@ -435,7 +435,7 @@ func TarWithOptions(srcPath string, options *TarOptions) (io.ReadCloser, error)
if include != relFilePath {
skip, err = fileutils.OptimizedMatches(relFilePath, patterns, patDirs)
if err != nil {
logrus.Debugf("Error matching %s", relFilePath, err)
logrus.Debugf("Error matching %s: %v", relFilePath, err)
return err
}
}