mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🔇 logging
This commit is contained in:
parent
dcb1f395da
commit
7d98e0c243
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ func reindexTreeByPath(box, p string, i, size int) {
|
||||||
func reindexTree(rootID string, i, size int) {
|
func reindexTree(rootID string, i, size int) {
|
||||||
root := treenode.GetBlockTree(rootID)
|
root := treenode.GetBlockTree(rootID)
|
||||||
if nil == root {
|
if nil == root {
|
||||||
logging.LogWarnf("root block not found", rootID)
|
logging.LogWarnf("root block [%s] not found", rootID)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue