* Minor log message fix per mantis 829

0.6.0-stable
Justin Clarke Casey 2008-03-29 22:44:14 +00:00
parent 9acec3506f
commit a90fbb308d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ namespace OpenSim.Region.Environment.Modules
if (missingTextureLimitStrategy.IsFirstRefusal(e.RequestedAssetID))
{
m_log.DebugFormat(
"[USER TEXTURE DOWNLOAD SERVICE]: Dropping requests for notified missing texture {0} for client {1} since we have received more than {1} requests",
"[USER TEXTURE DOWNLOAD SERVICE]: Dropping requests for notified missing texture {0} for client {1} since we have received more than {2} requests",
e.RequestedAssetID, m_client.AgentId, MAX_ALLOWED_TEXTURE_REQUESTS);
}