There was an error while loading. Please reload this page.
1 parent 162d3a5 commit 5ad2f17Copy full SHA for 5ad2f17
hugolib/gitinfo.go
@@ -58,7 +58,7 @@ func (h *HugoSites) assembleGitInfo() {
58
filename := path.Join(filepath.ToSlash(contentRoot), contentDir, filepath.ToSlash(p.Path()))
59
g, ok := gitMap[filename]
60
if !ok {
61
- h.Log.ERROR.Printf("Failed to find GitInfo for %q", filename)
+ h.Log.WARN.Printf("Failed to find GitInfo for %q", filename)
62
return
63
}
64
0 commit comments