BATCH-1665: added hint to logged warning

This commit is contained in:
Robert Kasanicky
2011-01-12 20:41:12 +01:00
parent 6a496712ee
commit 72dac03008

View File

@@ -158,7 +158,7 @@ public class MultiResourceItemReader<T> implements ItemReader<T>, ItemStream {
throw new IllegalStateException("No resources to read. Set strict=false if this is not an error condition.");
}
else {
logger.warn("No resources to read");
logger.warn("No resources to read. Set strict=true if this should be an error condition.");
noInput = true;
return;
}