mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
rst: Adjust log level
This commit is contained in:
parent
9b681ecfbd
commit
4fdec67b11
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue