mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 07:54:46 -04:00
rst: Adjust log level
This commit is contained in:
parent
9b681ecfbd
commit
4fdec67b11
@ -66,7 +66,9 @@ func (c *rstConverter) getRstContent(src []byte, ctx converter.DocumentContext)
|
|||||||
" Leaving reStructuredText content unrendered.")
|
" Leaving reStructuredText content unrendered.")
|
||||||
return src
|
return src
|
||||||
}
|
}
|
||||||
logger.Println("Rendering", ctx.DocumentName, "with", path, "...")
|
|
||||||
|
logger.Infoln("Rendering", ctx.DocumentName, "with", path, "...")
|
||||||
|
|
||||||
var result []byte
|
var result []byte
|
||||||
// certain *nix based OSs wrap executables in scripted launchers
|
// certain *nix based OSs wrap executables in scripted launchers
|
||||||
// invoking binaries on these OSs via python interpreter causes SyntaxError
|
// invoking binaries on these OSs via python interpreter causes SyntaxError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user