Clean up more unnecessary String.Format calls

This commit is contained in:
Jeff Ames
2008-02-13 03:38:18 +00:00
parent a1a206cb05
commit 001ce95e4c
12 changed files with 83 additions and 107 deletions

View File

@@ -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));
}
}