From a3941cab07984d643794da3de79abe066a1b6675 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Wed, 15 Jul 2015 12:25:50 -0700 Subject: [PATCH] Fix some formatting calls Signed-off-by: Alexander Morozov --- archive/archive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/archive.go b/archive/archive.go index 2722c99..9cd245c 100644 --- a/archive/archive.go +++ b/archive/archive.go @@ -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 } }