Revision 35116 branches/dal_time_support/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/impl/DefaultMapContextManager.java

View differences:

DefaultMapContextManager.java
510 510
				legend = (IVectorLegend) dataStore.invokeDynMethod(
511 511
						"getLegend", null);
512 512
			} catch (DynMethodNotSupportedException e) {
513
	            LOG.info("Can't load the specific legend provided for the store {}.", dataStore.getName(), e);
513
	            LOG.info("This store {} can not provide a legend.", dataStore.getName(), e);
514 514
			} catch (DynMethodException e) {
515 515
				LOG.error("Can't load the specific legend provided for the store {}.", dataStore.getName(), e);
516 516
			}

Also available in: Unified diff