Only log when we unload the place, not when it becomes empty.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2782 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: PlaceManager.java,v 1.46 2003/08/15 18:40:48 mdb Exp $
|
||||
// $Id: PlaceManager.java,v 1.47 2003/08/20 01:54:57 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
@@ -440,7 +440,7 @@ public class PlaceManager
|
||||
}
|
||||
});
|
||||
|
||||
Log.info("Place became empty " + where() + ".");
|
||||
// Log.info("Place became empty " + where() + ".");
|
||||
|
||||
// queue up a shutdown interval
|
||||
long idlePeriod = idleUnloadPeriod();
|
||||
|
||||
Reference in New Issue
Block a user