[Schmitzm-commits] r1525 - trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/styling

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Mar 19 17:13:03 CET 2011


Author: alfonx
Date: 2011-03-19 17:13:03 +0100 (Sat, 19 Mar 2011)
New Revision: 1525

Modified:
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/styling/StylingUtil.java
Log:


Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/styling/StylingUtil.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/styling/StylingUtil.java	2011-03-19 16:04:24 UTC (rev 1524)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/styling/StylingUtil.java	2011-03-19 16:13:03 UTC (rev 1525)
@@ -2895,10 +2895,10 @@
 						+ validateSld.size() + " exceptions");
 			}
 			for (Exception e : validateSld) {
-				LOGGER.warn(exportFile + e.getLocalizedMessage(), e);
+				LOGGER.warn(exportFile + " " +e.getLocalizedMessage(), e);
 			}
 		} catch (TransformerException te) {
-			LOGGER.warn(te);
+			LOGGER.warn("TransformerException while saving Style to SLD file "+exportFile, te);
 			return false;
 		}
 		return true;



More information about the Schmitzm-commits mailing list