Skip to content

Commit 715f418

Browse files
updated comment for logging bucket migration
1 parent 079eac4 commit 715f418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/admin/salt/SaltRotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ private void logSaltAges(String saltCountType, TargetDate targetDate, Collection
248248
}
249249

250250

251-
/** Logging to monitor migration of buckets from salts to keys **/
251+
/** Logging to monitor migration of buckets from salts (old format - v2/v3) to encryption keys (new format - v4) **/
252252
private void logBucketFormatCount(TargetDate targetDate, SaltEntry[] preRotationBuckets, SaltEntry[] postRotationBuckets) {
253253
int migratedKeyBucketCounter = 0, totalKeyBucketCounter = 0, totalSaltBucketCounter = 0;
254254

0 commit comments

Comments
 (0)