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

more logging for List Identifiers

parent 6887205a
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ public class IdentifierListDeliverer {
log.debug(e1);
}
System.out.println("AFTER TRY");
System.out.println("AFTER TRY: " + hit.getFields().get(identifierField).getValue().toString());
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.
Please register or to comment