Revision 65 org.gvsig.jcrs/trunk/libJCRS/src/org/gvsig/crs/repository/UsrRepositoryGT.java

View differences:

UsrRepositoryGT.java
20 20
			CoordinateReferenceSystem crs = CRS.decode("USR:"+code);
21 21
			crsGT = new CrsGT(crs);
22 22
		} catch (NoSuchAuthorityCodeException e) {
23
		    LOG.error("Impossible to get the CRS", e);
23
		    LOG.info("Impossible to get the CRS from Geotools.");
24 24
			return null;			
25 25
		} catch (FactoryException e) {
26
		    LOG.error("Impossible to get the CRS", e);
26
		    LOG.info("Impossible to get the CRS from Geotools.");
27 27
			return null;
28 28
		}
29 29
		return crsGT;

Also available in: Unified diff