Skip to content

Commit

Permalink
Merge pull request #33 from hasnat/patch-1
Browse files Browse the repository at this point in the history
Changed log level for a message
  • Loading branch information
yawn authored Jun 20, 2018
2 parents cadcfa5 + 3de327d commit 00d43f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (h *Handler) parse(file string) error {
})

if h.DryRun {
Log(INFO, "Expanding all references in '%s' without doing anything (dry-run)", file)
Log(DEBUG, "Expanding all references in '%s' without doing anything (dry-run)", file)
Log(RAW, parsed)
} else {

Expand Down

0 comments on commit 00d43f5

Please sign in to comment.