This commit is contained in:
Liang Ding 2022-10-01 16:15:39 +08:00
parent 893ab41749
commit 0048f5b857
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -186,7 +186,7 @@ func GetBackmentionDoc(defID, keyword string) (ret []*Backlink) {
var loadErr error
refTree, loadErr = loadTreeByBlockID(mention.ID)
if nil != loadErr {
logging.LogErrorf("load ref tree [%s] failed: %s", mention.ID, loadErr)
logging.LogWarnf("load ref tree [%s] failed: %s", mention.ID, loadErr)
continue
}
treeCache[mention.RootID] = refTree