That can be a debug message for surely-sure-opolis.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2760 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-08-09 04:57:41 +00:00
parent 3d5ab0c79a
commit ff12758dc0
@@ -1,5 +1,5 @@
//
// $Id: BodyProvider.java,v 1.4 2002/11/06 04:18:02 mdb Exp $
// $Id: BodyProvider.java,v 1.5 2003/08/09 04:57:41 mdb Exp $
package com.threerings.crowd.server;
@@ -48,8 +48,8 @@ public class BodyProvider
}
// update their status!
Log.info("Setting user idle state [user=" + bobj.username +
", status=" + nstatus + "].");
Log.debug("Setting user idle state [user=" + bobj.username +
", status=" + nstatus + "].");
updateOccupantStatus(bobj, bobj.location, nstatus);
}