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

View file

@ -218,7 +218,7 @@ func GetBacklinkDoc(defID, refTreeID string) (ret []*Backlink) {
linkRefs, _ := buildLinkRefs(rootID, refs)
refTree, err := loadTreeByBlockID(refTreeID)
if nil != err {
logging.LogErrorf("load ref tree [%s] failed: %s", refTreeID, err)
logging.LogWarnf("load ref tree [%s] failed: %s", refTreeID, err)
return
}