Demoted logging.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2935 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: PlaceManager.java,v 1.48 2003/09/22 23:59:39 mdb Exp $
|
// $Id: PlaceManager.java,v 1.49 2004/01/11 17:43:12 ray Exp $
|
||||||
|
|
||||||
package com.threerings.crowd.server;
|
package com.threerings.crowd.server;
|
||||||
|
|
||||||
@@ -459,7 +459,7 @@ public class PlaceManager
|
|||||||
public void run () {
|
public void run () {
|
||||||
if (_iid == _shutdownId) {
|
if (_iid == _shutdownId) {
|
||||||
_shutdownId = -1;
|
_shutdownId = -1;
|
||||||
Log.info("Unloading idle place '" + where () + "'.");
|
Log.debug("Unloading idle place '" + where () + "'.");
|
||||||
shutdown();
|
shutdown();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user