mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Clean up logging calls using String.Format explicitly
This commit is contained in:
@@ -133,7 +133,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
req.IsTexture = isTexture;
|
||||
m_assetRequests.Enqueue(req);
|
||||
|
||||
m_log.Info(String.Format("[ASSET]: Added {0} to request queue", assetID));
|
||||
m_log.InfoFormat("[ASSET]: Added {0} to request queue", assetID);
|
||||
}
|
||||
|
||||
public virtual void UpdateAsset(AssetBase asset)
|
||||
|
||||
Reference in New Issue
Block a user