This commit is contained in:
parent
fd01ab84e2
commit
893ab41749
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue