Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit b610d81

Browse files
committed
Use printf for formatting directives
1 parent f19ad01 commit b610d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dep/govendor_importer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (g *govendorImporter) convert(pr gps.ProjectRoot) (*dep.Manifest, *dep.Lock
114114
if err == nil {
115115
manifest.Ignored = append(manifest.Ignored, i)
116116
} else {
117-
g.logger.Println("Warning: Not able to convert ignoring of build tag '%v'", i)
117+
g.logger.Printf("Warning: Not able to convert ignoring of build tag '%v'\n", i)
118118
}
119119
}
120120
}

0 commit comments

Comments
 (0)