diff --git a/src/java/com/threerings/crowd/client/LocationDirector.java b/src/java/com/threerings/crowd/client/LocationDirector.java index 9294ead09..d5e70969f 100644 --- a/src/java/com/threerings/crowd/client/LocationDirector.java +++ b/src/java/com/threerings/crowd/client/LocationDirector.java @@ -1,5 +1,5 @@ // -// $Id: LocationDirector.java,v 1.12 2001/10/12 00:03:02 mdb Exp $ +// $Id: LocationDirector.java,v 1.13 2001/10/18 01:40:04 mdb Exp $ package com.threerings.crowd.client; @@ -255,6 +255,9 @@ public class LocationDirector int placeId = _pendingPlaceId; _pendingPlaceId = -1; + Log.info("moveTo failed [pid=" + placeId + + ", reason=" + reason + "]."); + // let our observers know that something has gone horribly awry notifyFailure(placeId, reason); }