Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <kalsac@amazon.com>
  • Loading branch information
Sachin Kale committed Aug 14, 2024
1 parent 868782c commit 8ae64b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void onResponse(List<BlobMetadata> blobMetadata) {
oldFilesToBeDeleted
);
} catch (IOException e) {
throw new RuntimeException(e);
logger.error("Exception while deleting stale pinned timestamps", e);
}
}
}
Expand Down

0 comments on commit 8ae64b7

Please sign in to comment.