mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Clean up more unnecessary String.Format calls
This commit is contained in:
@@ -600,10 +600,9 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
group.StartScript(localID, copyID);
|
||||
group.GetProperties(remoteClient);
|
||||
|
||||
// m_log.Info(
|
||||
// String.Format("[PRIMINVENTORY]: " +
|
||||
// "Rezzed script {0} into prim local ID {1} for user {2}",
|
||||
// item.inventoryName, localID, remoteClient.Name));
|
||||
// m_log.InfoFormat("[PRIMINVENTORY]: " +
|
||||
// "Rezzed script {0} into prim local ID {1} for user {2}",
|
||||
// item.inventoryName, localID, remoteClient.Name);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user