mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Clean up logging calls using String.Format explicitly
This commit is contained in:
@@ -142,7 +142,7 @@ namespace OpenSim.DataStore.MSSQL
|
||||
|
||||
public void RemoveObject(LLUUID obj, LLUUID regionUUID)
|
||||
{
|
||||
m_log.Info(String.Format("[DATASTORE]: Removing obj: {0} from region: {1}", obj.UUID, regionUUID));
|
||||
m_log.InfoFormat("[DATASTORE]: Removing obj: {0} from region: {1}", obj.UUID, regionUUID);
|
||||
|
||||
DataTable prims = ds.Tables["prims"];
|
||||
DataTable shapes = ds.Tables["primshapes"];
|
||||
|
||||
Reference in New Issue
Block a user