mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
debug show stack trace
This commit is contained in:
@@ -950,7 +950,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
m_log.WarnFormat(
|
||||
"[SCENE GRAPH]: Found scene object {0} {1} {2} via SceneObjectGroupsByLocalPartID index but it doesn't contain part with local id {3}. Removing from entry from index in {4}.",
|
||||
sog.Name, sog.UUID, sog.LocalId, localID, m_parentScene.RegionInfo.RegionName);
|
||||
|
||||
m_log.WarnFormat("stack: {0}", Environment.StackTrace);
|
||||
SceneObjectGroupsByLocalPartID.Remove(localID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user