Let's use a warning so we see this in the dev server logs.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2238 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2007-10-11 19:56:25 +00:00
parent 09392a402d
commit b602999a8b
@@ -52,7 +52,7 @@ public class PrefsConfig extends Config
{
super(path);
System.err.println("O hai! I m ritin 2 ur harddisx!");
Log.warning("O hai! I m ritin 2 ur harddisx!");
Thread.dumpStack();
// get a handle on the preferences instance that we'll use to override values in the
@@ -74,7 +74,7 @@ public class PrefsConfig extends Config
{
super(path, props);
System.err.println("O hai! I m ritin 2 ur harddisx!");
Log.warning("O hai! I m ritin 2 ur harddisx!");
Thread.dumpStack();
try {