* Minor log message change

0.6.0-stable
Justin Clarke Casey 2008-03-22 17:56:05 +00:00
parent e211a3b00b
commit 625e8f7700
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ namespace OpenSim.Region.Environment.Modules
if (MAX_ALLOWED_TEXTURE_REQUESTS + 1 == dispatchedTextureRequestCounts[e.RequestedAssetID])
{
m_log.WarnFormat(
"[USER TEXTURE DOWNLOAD SERVICE]: No longer sending already dispatched texture {0} to {1} since it has made more than {2} requests for it",
"[USER TEXTURE DOWNLOAD SERVICE]: Dropping requests for dispatched texture {0} from {1} since we have received more than {2} requests",
e.RequestedAssetID, m_client.AgentId, MAX_ALLOWED_TEXTURE_REQUESTS);
}