This is not a warnable offense.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2870 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-11-24 18:17:41 +00:00
parent 94e10e81cd
commit 0fd5923421
@@ -1,5 +1,5 @@
//
// $Id: SpotProvider.java,v 1.21 2003/10/25 00:10:35 mdb Exp $
// $Id: SpotProvider.java,v 1.22 2003/11/24 18:17:41 mdb Exp $
package com.threerings.whirled.spot.server;
@@ -172,9 +172,9 @@ public class SpotProvider
BodyObject source = (BodyObject)caller;
int cSceneId = getCallerSceneId(caller);
if (cSceneId != sceneId) {
Log.warning("Rejecting changeLocation for invalid scene " +
"[user=" + source.who() + ", insid=" + cSceneId +
", wantsid=" + sceneId + ", loc=" + loc + "].");
Log.info("Rejecting changeLocation for invalid scene " +
"[user=" + source.who() + ", insid=" + cSceneId +
", wantsid=" + sceneId + ", loc=" + loc + "].");
throw new InvocationException(INVALID_LOCATION);
}