Brevity is the soul of a happy log file.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1770 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: GameManager.java,v 1.43 2002/09/20 04:53:42 mdb Exp $
|
// $Id: GameManager.java,v 1.44 2002/10/03 17:16:15 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.parlor.game;
|
package com.threerings.parlor.game;
|
||||||
|
|
||||||
@@ -342,8 +342,8 @@ public class GameManager extends PlaceManager
|
|||||||
*/
|
*/
|
||||||
protected void placeBecameEmpty ()
|
protected void placeBecameEmpty ()
|
||||||
{
|
{
|
||||||
Log.info("Game room empty. Going away. " +
|
// Log.info("Game room empty. Going away. " +
|
||||||
"[gameOid=" + _gameobj.getOid() + "].");
|
// "[gameOid=" + _gameobj.getOid() + "].");
|
||||||
|
|
||||||
// cancel the game if it was in play
|
// cancel the game if it was in play
|
||||||
if (_gameobj.state == GameObject.IN_PLAY) {
|
if (_gameobj.state == GameObject.IN_PLAY) {
|
||||||
|
|||||||
Reference in New Issue
Block a user