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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user