]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.project/src/org/simantics/project/management/PlatformUtil.java
Replace System.err and System.out with SLF4J Logging
[simantics/platform.git] / bundles / org.simantics.project / src / org / simantics / project / management / PlatformUtil.java
index d37947c4e2e11a5587e50e0e87b3b2a509937be5..7655f9ca5af13e08637c1357f78ca88368d2212d 100644 (file)
@@ -218,7 +218,7 @@ public class PlatformUtil {
                                LOGGER.error("Extraction to " + fileName + " failed from url " + url, e);
                        }
                } else {
-                       System.err.println("Unsupported URL protocol '" + url + "' for FastLZ native library file '" + fileName);
+                       LOGGER.error("Unsupported URL protocol '" + url + "' for FastLZ native library file '" + fileName);
                }       
                return null;
        }