Note to self: don't break the build

avinationmerge
meta7 2010-08-10 09:17:30 -07:00
parent 9fba4b66bb
commit fb14390fb0
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ namespace OpenSim.Framework
// write call stack method names // write call stack method names
foreach (StackFrame stackFrame in stackFrames) foreach (StackFrame stackFrame in stackFrames)
{ {
m_log.Error("[SceneObjectGroup.m_parts] "+(stackFrame.GetMethod().Name); // write method name m_log.Error("[SceneObjectGroup.m_parts] "+(stackFrame.GetMethod().Name)); // write method name
} }
} }
catch catch

View File

@ -145,7 +145,7 @@ namespace OpenSim.Region.Framework.Scenes
// write call stack method names // write call stack method names
foreach (StackFrame stackFrame in stackFrames) foreach (StackFrame stackFrame in stackFrames)
{ {
m_log.Error("[SceneObjectGroup.m_parts] "+(stackFrame.GetMethod().Name); // write method name m_log.Error("[SceneObjectGroup.m_parts] "+(stackFrame.GetMethod().Name)); // write method name
} }
m_partsLock.ExitReadLock(); m_partsLock.ExitReadLock();