mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Clean up more unnecessary String.Format calls
This commit is contained in:
@@ -80,7 +80,7 @@ namespace OpenSim.Region.Physics.Manager
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.Warn(String.Format("[PHYSICS]: couldn't find physicsEngine: {0}", physEngineName));
|
||||
m_log.WarnFormat("[PHYSICS]: couldn't find physicsEngine: {0}", physEngineName);
|
||||
throw new ArgumentException(String.Format("couldn't find physicsEngine: {0}", physEngineName));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user