output errors to System.err
[jSite2.git] / src / net / pterodactylus / jsite / i18n / I18n.java
index e069fa5..ae6bef5 100644 (file)
@@ -87,7 +87,7 @@ public class I18n {
                String value = null;
                value = currentLanguage.getProperty(key);
                if (value == null) {
-                       System.out.println("please fix “" + key + "”!");
+                       System.err.println("please fix “" + key + "”!");
                        return null;
                }
                if ((parameters != null) && (parameters.length > 0)) {