From 7b6b8cf9659460cce9e1f0b2278a0dfb1979696e Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Thu, 20 May 2021 14:21:04 +0200
Subject: [PATCH] Correct typo

---
 .../java/info/textgrid/middleware/RecordListDelivererIDIOM.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oaipmh-core/src/main/java/info/textgrid/middleware/RecordListDelivererIDIOM.java b/oaipmh-core/src/main/java/info/textgrid/middleware/RecordListDelivererIDIOM.java
index 92e14734..cdd694db 100644
--- a/oaipmh-core/src/main/java/info/textgrid/middleware/RecordListDelivererIDIOM.java
+++ b/oaipmh-core/src/main/java/info/textgrid/middleware/RecordListDelivererIDIOM.java
@@ -130,7 +130,7 @@ public class RecordListDelivererIDIOM extends RecordListDelivererAbstract {
 
     String resTokenValue = resumptionToken;
 
-    log.info("Started List Records with booleans for DARIAH:  " + this.dariah + " and TextGrid: "
+    log.info("Started List Records with booleans for DARIAH: " + this.dariah + " and TextGrid: "
         + this.textgrid);
 
     ListRecordsType recordList = new ListRecordsType();
-- 
GitLab