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

Commit

Permalink
Use printf for formatting directives
Browse files Browse the repository at this point in the history
  • Loading branch information
joey-clypd authored and kyleconroy committed Jul 29, 2017
1 parent 5e6d42e commit 7b13a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dep/govendor_importer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down

0 comments on commit 7b13a3d

Please sign in to comment.