summaryrefslogtreecommitdiffstats
path: root/hugolib/site_render.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/site_render.go')
-rw-r--r--hugolib/site_render.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/site_render.go b/hugolib/site_render.go
index f076b98dd..c4c3f389b 100644
--- a/hugolib/site_render.go
+++ b/hugolib/site_render.go
@@ -181,7 +181,7 @@ func (s *Site) logMissingLayout(name, layout, kind, outputFormat string) {
msg += ": " + errMsg
- log.Printf(msg, args...)
+ log.Logf(msg, args...)
}
// renderPaginator must be run after the owning Page has been rendered.