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:
@@ -52,7 +52,7 @@ public class PrefsConfig extends Config
|
|||||||
{
|
{
|
||||||
super(path);
|
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();
|
Thread.dumpStack();
|
||||||
|
|
||||||
// get a handle on the preferences instance that we'll use to override values in the
|
// 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);
|
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();
|
Thread.dumpStack();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user