🎨 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
Reference in a new issue