mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🎨 Improve logging
This commit is contained in:
parent
e25c9070e2
commit
9dc68a28e4
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ func removeDuplicateDatabaseRefs() {
|
|||
}
|
||||
|
||||
if 0 < len(duplicatedRootIDs) {
|
||||
logging.LogWarnf("exist more than one ref duplicated [%d], reindex it", duplicatedRootIDs)
|
||||
logging.LogWarnf("exist more than one ref duplicated [%d], reindex it", len(duplicatedRootIDs))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue