mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Clean up logging calls using String.Format explicitly
This commit is contained in:
@@ -67,7 +67,7 @@ namespace OpenSim.Region.Physics.Manager
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.Warn(String.Format("[PHYSICS]: couldn't find meshingEngine: {0}", meshEngineName));
|
||||
m_log.WarnFormat("[PHYSICS]: couldn't find meshingEngine: {0}", meshEngineName);
|
||||
throw new ArgumentException(String.Format("couldn't find meshingEngine: {0}", meshEngineName));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user