Skip to content

Commit

Permalink
Logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Nov 26, 2024
1 parent e6ff767 commit 917433a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public List<UserFileKeySetRequest> operate(final Session<?> client, final Passwo
final HashMap<UserKeyPairContainer, Credentials> passphrases = new HashMap<>();
UserFileKeySetBatchRequest request;
do {
log.debug("Request a list of missing file keys for file {}", file);
log.debug("Request a list of missing file keys limited to {}", fileId);
request = new UserFileKeySetBatchRequest();
final MissingKeysResponse missingKeys = new NodesApi(session.getClient()).requestMissingFileKeys(
null, null, null, fileId, null, null, null);
Expand Down

0 comments on commit 917433a

Please sign in to comment.