Streaming fixups on the path towards getting things working in beta3.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4105 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-05-10 00:40:15 +00:00
parent e100ef4faf
commit b82108ecea
5 changed files with 50 additions and 40 deletions
@@ -56,11 +56,11 @@ public class ObjectInputStream
Log.warning("OMG, cannot stream " + cname);
return null;
}
Log.debug("Got streamer (" + streamer + ")");
// Log.debug("Got streamer (" + streamer + ")");
cmap = new ClassMapping(code, cname, streamer);
_classMap[code] = cmap;
Log.debug("Created mapping for (" + code + "): " + cname);
// Log.debug("Created mapping for (" + code + "): " + cname);
} else {
Log.debug("Read known code: " + code);