Skip to content

Commit

Permalink
Fix #31372 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
wmouren committed May 24, 2024
1 parent de672ff commit 99d797c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public boolean isExisted(final String key) {
return resultSet.next();
}
} catch (final SQLException ex) {
log.error("Get {} data by key: {} failed", getType(), key, ex);
log.error("Check existence of {} data by key: {} failed", getType(), key, ex);
}
return Boolean.FALSE;
}
Expand Down

0 comments on commit 99d797c

Please sign in to comment.