mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
rst: Adjust log level
This commit is contained in:
@@ -66,7 +66,9 @@ func (c *rstConverter) getRstContent(src []byte, ctx converter.DocumentContext)
|
||||
" Leaving reStructuredText content unrendered.")
|
||||
return src
|
||||
}
|
||||
logger.Println("Rendering", ctx.DocumentName, "with", path, "...")
|
||||
|
||||
logger.Infoln("Rendering", ctx.DocumentName, "with", path, "...")
|
||||
|
||||
var result []byte
|
||||
// certain *nix based OSs wrap executables in scripted launchers
|
||||
// invoking binaries on these OSs via python interpreter causes SyntaxError
|
||||
|
Reference in New Issue
Block a user