Switch to Java's logging facilities.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@254 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2007-05-30 01:18:06 +00:00
parent 59c6998c30
commit 97f6eb7c85
2 changed files with 7 additions and 14 deletions
@@ -80,9 +80,6 @@ public class RegionManager
if ((Math.abs(x) > Integer.MAX_VALUE/2) || (Math.abs(y) > Integer.MAX_VALUE/2)) {
Log.warning("Requested to dirty questionable region " +
"[rect=" + StringUtil.toString(rect) + "].");
if (Log.getLevel() == Log.log.DEBUG) {
Thread.dumpStack();
}
return; // Let's not do it!
}