Skip to content

Commit 8ed436c

Browse files
committed
formatting
1 parent 86474eb commit 8ed436c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/shared/store/salt/RotatingSaltProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private SaltSnapshot loadSnapshot(JsonObject spec, String firstLevelSalt, SaltFi
133133
final long downloadStart = System.currentTimeMillis();
134134
SaltEntry[] entries = readInputStream(this.contentStreamProvider.download(path), saltFileParser, size);
135135
final long downloadEnd = System.currentTimeMillis();
136-
LOGGER.info("Salt file downloaded: {} in {} ms", contentStreamProvider.mask(path), downloadEnd - downloadStart);
136+
LOGGER.info("Salt file downloaded: {} ms", downloadEnd - downloadStart);
137137

138138
LOGGER.info("Loaded {} salts", size);
139139
return new SaltSnapshot(effective, expires, entries, firstLevelSalt);

0 commit comments

Comments
 (0)