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

@@ -147,10 +147,9 @@ namespace OpenSim.Framework.Communications
if (null != existingRootFolder)
{
m_log.Error(
String.Format("[AGENTINVENTORY]: " +
m_log.ErrorFormat("[AGENTINVENTORY]: " +
"Did not create a new inventory for user {0} since they already have "
+ "a root inventory folder with id {1}", user, existingRootFolder));
+ "a root inventory folder with id {1}", user, existingRootFolder);
}
else
{