Enhanced debuggery, reenabled new streaming bits because now they should really

really work.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4705 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-05-09 01:17:13 +00:00
parent cf949410ce
commit 84855f8fe0
6 changed files with 24 additions and 31 deletions
+2 -1
View File
@@ -372,7 +372,8 @@ public class Streamer
}
try {
if (ObjectInputStream.STREAM_DEBUG) {
log.info(in.hashCode() + ": Reading field '" + field.getName() + "'.");
log.info(in.hashCode() + ": Reading field '" + field.getName() + "' " +
"with " + fm + ".");
}
// gracefully deal with objects that have had new fields added to their class
// definition