mirror of
https://github.com/opensim/opensim.git
synced 2026-07-20 14:45:38 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenSim.Region.Environment
|
||||
}
|
||||
} catch (ReflectionTypeLoadException e)
|
||||
{
|
||||
foreach(Exception e2 in e.LoaderExceptions)
|
||||
foreach (Exception e2 in e.LoaderExceptions)
|
||||
{
|
||||
m_log.Error(e2.ToString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user