Turn on streaming I/O debugging long enough to get better debugging data on the development server. Will be flipped back ASAP.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5597 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2008-12-11 19:35:25 +00:00
parent 82da1521f3
commit 31388566f6
@@ -34,7 +34,7 @@ import com.threerings.util.Long;
public class ObjectInputStream
{
/** Enables verbose object I/O debugging. */
public static const DEBUG :Boolean = false;
public static const DEBUG :Boolean = true;
public static const log :Log = Log.getLog(ObjectInputStream);