Skip to content

Commit

Permalink
Fix CertificateRepository wrong method id debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarco76 committed May 27, 2024
1 parent ae17cf6 commit 8930207
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ public RecordPagedList<CertRecord> findPagedCertRecords(String filter,
String[] attrs, String sortKey)
throws EBaseException {

logger.debug("CertificateRepository.findCertRecordsInList()");
logger.debug("CertificateRepository.findPagedCertRecords()");

try (DBSSession session = dbSubsystem.createSession()) {
DBPagedSearch<CertRecord> page = session.<CertRecord>createPagedSearch(
Expand Down

0 comments on commit 8930207

Please sign in to comment.