From 9f342ae60d295f78793e9242b0d443a35b42cb10 Mon Sep 17 00:00:00 2001 From: Gianpaolo Coro Date: Wed, 4 Feb 2015 17:19:41 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@111686 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../dataanalysis/geo/infrastructure/GeoNetworkInspector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/dataanalysis/geo/infrastructure/GeoNetworkInspector.java b/src/main/java/org/gcube/dataanalysis/geo/infrastructure/GeoNetworkInspector.java index d2de897..6acec92 100644 --- a/src/main/java/org/gcube/dataanalysis/geo/infrastructure/GeoNetworkInspector.java +++ b/src/main/java/org/gcube/dataanalysis/geo/infrastructure/GeoNetworkInspector.java @@ -498,7 +498,7 @@ public class GeoNetworkInspector { meta = checkForMetadatabyTitle(GeoNetworkInspector.treatTitleForGN(layerUUIDorTitle), layerUUIDorTitle); } catch (Exception e) { // e.printStackTrace(); - throw new Exception("Layer does not exist "+e.getLocalizedMessage()); + AnalysisLogger.getLogger().debug("Layer does not exist "+e.getLocalizedMessage()); } }