Work around a compiler bug by FQing the Log classname we're using.
We can revert these statements when/if that bug gets fixed. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3960 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -26,8 +26,7 @@ public class BootstrapData
|
||||
// documentation inherited from interface Streamable
|
||||
public function writeObject (out :ObjectOutputStream) :void
|
||||
{
|
||||
Log.warning("This is client code: BootstrapData shouldn't be written");
|
||||
//out.writeShort(messageId);
|
||||
com.threerings.presents.Log.warning("This is client code: BootstrapData shouldn't be written");
|
||||
}
|
||||
|
||||
// documentation inherited from interface Streamable
|
||||
|
||||
Reference in New Issue
Block a user