Revision 76 org.gvsig.jcrs/trunk/libJCRS/src/org/gvsig/crs/repository/EpsgRepositoryGT.java

View differences:

EpsgRepositoryGT.java
68 68
			CoordinateReferenceSystem crs = CRS.decode("EPSG:"+code);
69 69
			crsGT = new CrsGT(crs);
70 70
		} catch (NoSuchAuthorityCodeException e) {
71
			LOG.error("Impossible to get the CRS", e);
71
			LOG.info("CRS not found in GT repository: " + code);
72 72
			return null;			
73 73
		} catch (FactoryException e) {
74
		    LOG.error("Impossible to get the CRS", e);
74
            LOG.info("CRS not found in GT repository: " + code);
75 75
			return null;
76 76
		}
77 77
		return crsGT;

Also available in: Unified diff