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:
Michael Bayne
2007-08-11 00:37:48 +00:00
parent e386d6c3a0
commit 568b1f6ab2
2 changed files with 2 additions and 3 deletions
@@ -205,6 +205,7 @@ public class TableDirector extends BasicDirector
}
// issue the join request
log.info("Joining table [tid=" + tableId + ", pos=" + position + "].");
_tlobj.getTableService().joinTable(_pctx.getClient(), tableId, position, this);
}
@@ -324,7 +325,7 @@ public class TableDirector extends BasicDirector
// documentation inherited from interface
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
screg = createSceneRegistry();
Log.info("Whirled server initialized.");
}
/**