Switch to new logging API.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@608 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -35,12 +35,13 @@ import com.threerings.whirled.server.SceneMoveHandler;
|
||||
import com.threerings.whirled.server.SceneRegistry;
|
||||
import com.threerings.whirled.server.WhirledServer;
|
||||
|
||||
import com.threerings.whirled.zone.Log;
|
||||
import com.threerings.whirled.zone.client.ZoneService;
|
||||
import com.threerings.whirled.zone.data.ZoneCodes;
|
||||
import com.threerings.whirled.zone.data.ZoneSummary;
|
||||
import com.threerings.whirled.zone.data.ZonedBodyObject;
|
||||
|
||||
import static com.threerings.whirled.zone.Log.log;
|
||||
|
||||
/**
|
||||
* Handles transitioning between zones.
|
||||
*/
|
||||
@@ -74,7 +75,7 @@ public class ZoneMoveHandler extends AbstractSceneMoveHandler
|
||||
// from interface ZoneManager.ResolutionListener
|
||||
public void zoneFailedToResolve (int zoneId, Exception reason)
|
||||
{
|
||||
Log.warning("Unable to resolve zone [zoneId=" + zoneId + ", reason=" + reason + "].");
|
||||
log.warning("Unable to resolve zone [zoneId=" + zoneId + ", reason=" + reason + "].");
|
||||
_listener.requestFailed(ZoneCodes.NO_SUCH_ZONE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user