Revision 44578
Added by Claudio Atzori about 8 years ago
modules/cnr-resultset-client/trunk/src/main/java/eu/dnetlib/enabling/resultset/client/ResultSetClientFactory.java | ||
---|---|---|
83 | 83 |
if (pageSize <= 0 || timeout <= 0 || connectTimeout <= 0) { |
84 | 84 |
throw new IllegalArgumentException("parameters pageSize, timeout and connectTimeout must be greater than zero"); |
85 | 85 |
} |
86 |
log.info(String.format("creating new ResultSetClientIterableFactory with pageSize (%s), connect timeout (%s) and connect timeout (%s)",
|
|
86 |
log.info(String.format("creating new ResultSetClientIterableFactory with pageSize (%s), read timeout (%s) and connect timeout (%s)",
|
|
87 | 87 |
pageSize, timeout, connectTimeout)); |
88 | 88 |
this.pageSize = pageSize; |
89 | 89 |
this.timeout = timeout; |
Also available in: Unified diff
fixed log message