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:
@@ -8,6 +8,8 @@ import com.threerings.util.HashMap;
|
||||
|
||||
public class ObjectOutputStream
|
||||
{
|
||||
private static const log :Log = Log.getLog(ObjectOutputStream);
|
||||
|
||||
public function ObjectOutputStream (targ :IDataOutput)
|
||||
{
|
||||
_targ = targ;
|
||||
@@ -38,7 +40,7 @@ public class ObjectOutputStream
|
||||
// streamer may be null to indicate a Streamable object
|
||||
if (streamer == Streamer.BAD_STREAMER) {
|
||||
// TODO
|
||||
Log.warning("OMG, cannot stream " + cname);
|
||||
log.warning("OMG, cannot stream " + cname);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user