Let's also make that a warning now that we don't think it's going to happen as

a matter of course on old VMs.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5020 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-04-23 19:59:07 +00:00
parent 9700aa13cd
commit 0fb090ea52
+1 -1
View File
@@ -427,7 +427,7 @@ public class Streamer
try {
isInner = (_target.getDeclaringClass() != null);
} catch (Throwable t) {
log.info("Failure checking innerness of class [class=" + _target.getName() +
log.warning("Failure checking innerness of class [class=" + _target.getName() +
", error=" + t + "].");
}
if (isInner && !isStatic) {