]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.annotation.ui/src/org/simantics/annotation/ui/SCL.java
Replace System.err and System.out with SLF4J Logging
[simantics/platform.git] / bundles / org.simantics.annotation.ui / src / org / simantics / annotation / ui / SCL.java
index 44f9f23fd0594aafe69855de38d7c920e4774260..688e92ca52dba505572db4b4940738838bc7e689 100644 (file)
@@ -701,7 +701,7 @@ public class SCL {
                    if(var != null) {
                        map.put(name, var);
                    } else {
-                       System.err.println("No adapter for " + child + " in " + context.getURI(graph));
+                       LOGGER.warn("No adapter for " + child + " in " + context.getURI(graph));
                    }
                }
                return map;