mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-26 17:04:07 +01:00
🎨 调整日志输出
This commit is contained in:
parent
c201359aca
commit
fa718f733c
2 changed files with 15 additions and 15 deletions
|
|
@ -1420,7 +1420,7 @@ func createDoc(boxID, p, title, dom string) (tree *parse.Tree, err error) {
|
|||
parentID := path.Base(folder)
|
||||
parentTree, loadErr := loadTreeByBlockID(parentID)
|
||||
if nil != loadErr {
|
||||
logging.LogErrorf("get parent tree [id=%s] failed", parentID)
|
||||
logging.LogErrorf("get parent tree [%s] failed", parentID)
|
||||
err = ErrBlockNotFound
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue