Gianpaolo Coro 2015-02-04 17:19:41 +00:00
parent 0cf009749e
commit 9f342ae60d
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}