output errors to System.err
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 7 Apr 2008 08:51:09 +0000 (08:51 +0000)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 7 Apr 2008 08:51:09 +0000 (08:51 +0000)
git-svn-id: http://trooper/svn/projects/jSite/trunk@635 c3eda9e8-030b-0410-8277-bc7414b0a119

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)) {