Skip to content
Snippets Groups Projects
Commit af1eee73 authored by mbrodhu's avatar mbrodhu
Browse files

more logging for List Identifiers

parent ae5cc435
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ public class IdentifierListDeliverer {
if (this.dariah) {
System.out.println("DARIAH!");
datestamp = hit.getFields().get(dateOfObjectCreation).getValue().toString();
System.out.println("AFTER DATESTAMP");
try {
datestamp = hit.getFields().get(this.dateOfObjectCreation).getValue().toString();
datestamp = OAIPMHUtillities.convertDateFormat(datestamp).toXMLFormat();
......@@ -222,6 +222,8 @@ public class IdentifierListDeliverer {
log.debug(e1);
}
System.out.println("AFTER TRY");
identifier = hit.getFields().get(identifierField).getValue().toString();
lit = setListIdentifierHeader(datestamp, identifier, lit, set);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment