Revision 38367 branches/v2_0_0_prep/libraries/org.gvsig.newlayer/org.gvsig.newlayer.lib/org.gvsig.newlayer.lib.impl/src/main/java/org/gvsig/newlayer/impl/DefaultNewLayerWizard.java

View differences:

DefaultNewLayerWizard.java
121 121
    				throw new NotContinueWizardException("Error validating the form", panel, false);
122 122
    			}
123 123
		    } catch (NewLayerException e) {
124
                LOG.error("Error validating the form", e);
124
                LOG.info("Error validating the form", e);
125 125
                throw new NotContinueWizardException("Error validating the form",
126 126
                    e, panel);
127 127
            }
......
170 170
			try {
171 171
				getService().createLayer();
172 172
			} catch (NewLayerServiceException e) {
173
				LOG.error("Can't create the new layer", e);
173
				LOG.info("Cannot create the new layer", e);
174 174
				JOptionPane
175 175
				.showMessageDialog(
176 176
						null,

Also available in: Unified diff