diff --git a/cmd/dep/govendor_importer.go b/cmd/dep/govendor_importer.go index b40ca4c2e5..c2b64dd41b 100644 --- a/cmd/dep/govendor_importer.go +++ b/cmd/dep/govendor_importer.go @@ -114,7 +114,7 @@ func (g *govendorImporter) convert(pr gps.ProjectRoot) (*dep.Manifest, *dep.Lock if err == nil { manifest.Ignored = append(manifest.Ignored, i) } else { - g.logger.Println("Warning: Not able to convert ignoring of build tag '%v'", i) + g.logger.Printf("Warning: Not able to convert ignoring of build tag '%v'\n", i) } } }