Revision 47455 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/layers/vectorial/FLyrVect.java

View differences:

FLyrVect.java
396 396
                    featureQuery);
397 397

  
398 398
            logger.debug("Layer " + this.getName() + " drawn in "
399
                    + (System.currentTimeMillis() - tini) + " milliseconds.");
399
                    + (System.currentTimeMillis() - tini) + " ms ("+this.getFeatureStore().getFullName()+").");
400 400

  
401 401
        } catch (LegendException e) {
402 402
            this.setAvailable(false);

Also available in: Unified diff