Revision 46460 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/paging/impl/FeaturePagingHelperImpl.java

View differences:

FeaturePagingHelperImpl.java
707 707
            try {
708 708
                return getFeatureAt(i);
709 709
            } catch (ConcurrentDataModificationException ex) {
710
                LOG.warn("ConcurrentDataModification error getting feature " + i + " of the list. Retrying reloading data.");
710
                LOG.info("ConcurrentDataModification error getting feature " + i + " of the list. Retrying reloading data.");
711 711
                try {
712 712
                    reload();
713 713
                } catch (BaseException e) {
......
797 797
                fset = getFeatureSet(false);
798 798
                return fset.getSize();
799 799
            } catch (ConcurrentDataModificationException ex) {
800
                LOG.warn("ConcurrentDataModification error asking the size of the list. Retrying reloading data.");
800
                LOG.info("ConcurrentDataModification error asking the size of the list. Retrying reloading data.");
801 801
                try {
802 802
                    reload();
803 803
                } catch (BaseException e) {

Also available in: Unified diff