Skip to content

Commit 42d21fd

Browse files
committed
update
1 parent ecb3b05 commit 42d21fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/com/uid2/admin/Main.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,9 @@ public void run() {
295295
try {
296296
cloudEncryptionKeyManager.backfillKeys();
297297
} catch (CloudStorageException e) {
298-
LOGGER.error("Failed to backfill cloud encryption keys", e);
298+
LOGGER.error("Failed to backfill cloud encryption keys in Main", e);
299299
}
300-
301-
cloudEncryptionKeyManager.backfillKeys();
300+
302301
rotatingCloudEncryptionKeyProvider.loadContent();
303302
}
304303

0 commit comments

Comments
 (0)