🎨 调整日志输出

This commit is contained in:
Liang Ding 2023-01-28 10:24:51 +08:00
parent c201359aca
commit fa718f733c
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 15 additions and 15 deletions

View file

@ -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
}