Skip to content

Commit 5b34f2d

Browse files
committed
Fixed logger typo
1 parent f8f4602 commit 5b34f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

orcid-scheduler-web/src/main/java/org/orcid/scheduler/mvp/OrcidIntegrationMVPNotifications.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void createOrcidIntegrationNotifications() {
4646
for (ClientDetailsEntity clientDetails : clientsWithMVP) {
4747
if (StringUtils.isNotBlank(clientDetails.getNotificationWebpageUrl()) && StringUtils.isNotBlank(clientDetails.getNotificationDomains())) {
4848
long startTimeClient = System.currentTimeMillis();
49-
LOG.info("Start process client {}. Notification send for the seconf time {} ago", clientDetails.getClientId(), daysAgo);
49+
LOG.info("Start process client {}. Notification send for the second time if no notifications sent since {} ago", clientDetails.getClientId(), daysAgo);
5050
try {
5151
JSONArray jsonDomainArr = new JSONArray(clientDetails.getNotificationDomains());
5252
Set<ProfileEmailDomainEntity> profileDomainSet = new HashSet<ProfileEmailDomainEntity>();

0 commit comments

Comments
 (0)