Some log fiddling.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@400 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -205,6 +205,7 @@ public class TableDirector extends BasicDirector
|
|||||||
}
|
}
|
||||||
|
|
||||||
// issue the join request
|
// issue the join request
|
||||||
|
log.info("Joining table [tid=" + tableId + ", pos=" + position + "].");
|
||||||
_tlobj.getTableService().joinTable(_pctx.getClient(), tableId, position, this);
|
_tlobj.getTableService().joinTable(_pctx.getClient(), tableId, position, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -324,7 +325,7 @@ public class TableDirector extends BasicDirector
|
|||||||
// documentation inherited from interface
|
// documentation inherited from interface
|
||||||
public function requestFailed (reason :String) :void
|
public function requestFailed (reason :String) :void
|
||||||
{
|
{
|
||||||
log.warning("Table creation failed [reason=" + reason + "].");
|
log.warning("Table action failed [reason=" + reason + "].");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -64,8 +64,6 @@ public abstract class WhirledServer extends CrowdServer
|
|||||||
|
|
||||||
// create our scene registry
|
// create our scene registry
|
||||||
screg = createSceneRegistry();
|
screg = createSceneRegistry();
|
||||||
|
|
||||||
Log.info("Whirled server initialized.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user