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

View differences:

Iau2000RepositoryGT.java
20 20
			CoordinateReferenceSystem crs = CRS.decode("IAU2000:"+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", e);
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", e);
27 27
			return null;
28 28
		}
29 29
		return crsGT;

Also available in: Unified diff