changed log at debug level

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/speciesdiscovery@133171 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-10-13 13:32:36 +00:00
parent 2514c1836e
commit 630ddcb9b2
1 changed files with 11 additions and 11 deletions

View File

@ -73,7 +73,7 @@ public class Fetcher<T extends FetchingElement> implements Runnable, Closeable {
next = source.next();
if(next!=null){
logger.info("item "+count++ +" fetch new row: "+next.getId());
logger.debug("item "+count++ +" fetch new row: "+next.getId());
buffer.add(next);
countNullItems = 0;
}