Skip to content

Commit 7d41634

Browse files
committed
chore: clearer debug log in certificate hash migrator
1 parent 404212a commit 7d41634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-aggregator/src/tools/certificates_hash_migrator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl CertificatesHashMigrator {
149149

150150
debug!(
151151
self.logger,
152-
"Updating signed entities certificate_ids to new computed hash and migrated signed entities in the database"
152+
"Updating signed entities certificate hash in the database"
153153
);
154154
let old_hashes_chunk_size = 250;
155155
for old_hashes_chunk in old_hashes.chunks(old_hashes_chunk_size) {

0 commit comments

Comments
 (0)