Simplified logging facilities.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4131 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -7,8 +7,6 @@ import com.threerings.io.ObjectOutputStream;
|
||||
import com.threerings.io.Streamer;
|
||||
import com.threerings.io.TypedArray;
|
||||
|
||||
import com.threerings.presents.Log;
|
||||
|
||||
/**
|
||||
* A Streamer for Array objects.
|
||||
*/
|
||||
@@ -35,7 +33,7 @@ public class ArrayStreamer extends Streamer
|
||||
_elementType = int;
|
||||
|
||||
} else {
|
||||
com.threerings.presents.Log.warning("Other array types are " +
|
||||
Log.getLog(this).warning("Other array types are " +
|
||||
"currently not handled yet [jname=" + jname + "].");
|
||||
throw new Error("Unimplemented bit");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user