Skip to content

Commit

Permalink
Fix LoggerInterpolationConsumesThrowable for DynamoDbLockManager
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhang10 committed Dec 3, 2024
1 parent ee2e3ce commit cacaa97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public boolean release(String entityId, String ownerId) {
e);
} catch (DynamoDbException e) {
LOG.error(
"Failed to release lock {} by for entity: {}, owner: {}, encountered unexpected DynamoDB exception",
"Failed to release lock for entity: {}, owner: {}, encountered unexpected DynamoDB exception",
entityId,
ownerId,
e);
Expand Down

0 comments on commit cacaa97

Please sign in to comment.