summaryrefslogtreecommitdiffstats
path: root/hugolib/page_content.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page_content.go')
-rw-r--r--hugolib/page_content.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page_content.go b/hugolib/page_content.go
index dc043f824..75124a1df 100644
--- a/hugolib/page_content.go
+++ b/hugolib/page_content.go
@@ -188,7 +188,7 @@ func (p *Page) parse(reader io.Reader) error {
if gi != nil {
p.GitInfo = gi
} else if enabled {
- p.s.Log.WARN.Printf("Failed to find GitInfo for page %q", p.Path())
+ p.s.Log.INFO.Printf("Failed to find GitInfo for page %q", p.Path())
}
}