From 31388566f618ce65cf0cd2979f33c0fd02687996 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Thu, 11 Dec 2008 19:35:25 +0000 Subject: [PATCH] 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 --- src/as/com/threerings/io/ObjectInputStream.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/io/ObjectInputStream.as b/src/as/com/threerings/io/ObjectInputStream.as index a0df40323..74203371b 100644 --- a/src/as/com/threerings/io/ObjectInputStream.as +++ b/src/as/com/threerings/io/ObjectInputStream.as @@ -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);