🎨 Improve logging

This commit is contained in:
Daniel 2023-11-14 22:00:48 +08:00
parent e25c9070e2
commit 9dc68a28e4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

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