Just who() is fine, we don't need the whole user object dumped.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4445 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-11-07 01:40:23 +00:00
parent ce2c276d87
commit 4694c1ce17
@@ -103,7 +103,7 @@ public class LocationProvider
PlaceManager pmgr = _plreg.getPlaceManager(placeId);
if (pmgr == null) {
Log.info("Requested to move to non-existent place " +
"[source=" + source + ", place=" + placeId + "].");
"[who=" + source.who() + ", place=" + placeId + "].");
throw new InvocationException(NO_SUCH_PLACE);
}