mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Clean up logging calls using String.Format explicitly
This commit is contained in:
@@ -104,9 +104,9 @@ namespace OpenSim.Region.Environment.Modules
|
||||
EnqueueTextureSender(textureSender);
|
||||
}
|
||||
|
||||
//m_log.Info(String.Format("[TEXTURE SENDER] Removing texture sender with uuid {0}", textureID));
|
||||
//m_log.InfoFormat("[TEXTURE SENDER] Removing texture sender with uuid {0}", textureID);
|
||||
m_textureSenders.Remove(textureID);
|
||||
//m_log.Info(String.Format("[TEXTURE SENDER] Current texture senders in dictionary: {0}", m_textureSenders.Count));
|
||||
//m_log.InfoFormat("[TEXTURE SENDER] Current texture senders in dictionary: {0}", m_textureSenders.Count);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user