Skip to content

Commit 5dc1d13

Browse files
committed
TASK: Use "h" const in Logger
1 parent 5420211 commit 5dc1d13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flowpathmapper/flowpathmapper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func (p *PathMapper) mapPath(originalPath string) string {
144144

145145
func (p *PathMapper) setPathMapping(path string, originalPath string) string {
146146
if p.config.Verbose {
147-
p.logger.Info("%s", "Our Umpa Lumpa take care of your mapping and they did a great job, they found a proxy for you:")
147+
p.logger.Info(h, "Our Umpa Lumpa take care of your mapping and they did a great job, they found a proxy for you:")
148148
p.logger.Info(">>> %s\n", path)
149149
}
150150

0 commit comments

Comments
 (0)