mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Add logging https://github.com/siyuan-note/siyuan/issues/12536
This commit is contained in:
parent
3fbf1b3a24
commit
068076b8a2
1 changed files with 1 additions and 1 deletions
|
|
@ -880,7 +880,7 @@ func (parser *PdfAssetParser) Parse(absPath string) (ret *AssetParseResult) {
|
|||
res := <-results
|
||||
pageText[res.pageNo] = res.text
|
||||
if nil != res.err {
|
||||
logging.LogErrorf("convert [%s] of page %d failed: [%s]", tmp, res.pageNo, err)
|
||||
logging.LogErrorf("convert [%s] of page %d failed: [%s]", tmp, res.pageNo, res.err)
|
||||
}
|
||||
}
|
||||
close(results)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue