Dump a stack trace in a way that makes it into the logs.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@795 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -282,8 +282,7 @@ public class SpotSceneManager extends SceneManager
|
||||
if (!_ssobj.occupantLocs.contains(sloc)) {
|
||||
// complain if they don't already have a location configured
|
||||
log.warning("Changing loc for occupant without previous loc [where=" + where() +
|
||||
", who=" + source.who() + ", nloc=" + loc + "].");
|
||||
Thread.dumpStack();
|
||||
", who=" + source.who() + ", nloc=" + loc + "].", new Exception());
|
||||
_ssobj.addToOccupantLocs(sloc);
|
||||
} else {
|
||||
_ssobj.updateOccupantLocs(sloc);
|
||||
|
||||
Reference in New Issue
Block a user