Comment out log message about looking for asset data in remove asset service for now, in order to reduce log levels in a test region with many hg origin avatars

user_profiles
Justin Clark-Casey (justincc) 2013-05-14 20:11:58 +01:00
parent ce979552fd
commit df2a0fec5f
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (!assetServerURL.EndsWith("/") && !assetServerURL.EndsWith("="))
assetServerURL = assetServerURL + "/";
m_log.DebugFormat("[J2KIMAGE]: texture {0} not found in local asset storage. Trying user's storage.", assetServerURL + id);
// m_log.DebugFormat("[J2KIMAGE]: texture {0} not found in local asset storage. Trying user's storage.", assetServerURL + id);
AssetService.Get(assetServerURL + id, InventoryAccessModule, AssetReceived);
return;
}