rst: Adjust log level

This commit is contained in:
Bjørn Erik Pedersen 2021-01-01 11:50:13 +01:00
parent 9b681ecfbd
commit 4fdec67b11
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
1 changed files with 3 additions and 1 deletions

View File

@ -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