Log the thread in question as we're seeing this warning on code that certainly
looks like it should be running on the dobjmgr thread. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4653 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -690,7 +690,7 @@ public class ConnectionManager extends LoopingThread
|
||||
// more sanity check; messages must only be posted from the dobjmgr thread
|
||||
if (!PresentsServer.omgr.isDispatchThread()) {
|
||||
Log.warning("Message posted on non-distributed object thread [conn=" + conn +
|
||||
", msg=" + msg + "].");
|
||||
", msg=" + msg + ", thread=" + Thread.currentThread() + "].");
|
||||
Thread.dumpStack();
|
||||
// let it through though as we don't want to break things unnecessarily
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user