Skip to content
Snippets Groups Projects
Commit 327f675d authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

mc

parent 7e2dbbb4
No related branches found
No related tags found
No related merge requests found
......@@ -427,9 +427,10 @@ public class RecordListDelivererDC extends RecordListDelivererAbstract {
}
try {
System.out.println(" ## getRecords() --> " + (query==null?query:"NULL") +
" - " + (recordList!=null?recordList:"NULL") + " - " + (resumptionToken!=null?resumptionToken:"NULL")
+ " - " + (set!=null?set:"NULL"));
System.out.println(" ## getRecords() --> " + (query!=null?query.getName():"query=NULL") +
" - " + (recordList!=null?recordList:"recordList=NULL") +
" - " + (resumptionToken!=null?resumptionToken:"resumptionToken=NULL")
+ " - " + (set!=null?set:"set:NULL"));
fetchFields(query, recordList, resumptionToken, set);
} catch (UnsupportedEncodingException e) {
......
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