scream out a bit warning if we failed to set default image

0.6.5-rc1
Sean Dague 2009-04-13 14:52:29 +00:00
parent b2e5f03942
commit 15d39f33ca
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
m_assetCache = pAssetCache;
if (pAssetCache != null)
m_missingsubstitute = pAssetCache.GetAsset(UUID.Parse("5748decc-f629-461c-9a36-a35a221fe21f"), true);
else
m_log.Error("[ClientView] - couldn't set missing image, all manner of things will probably break");
m_j2kDecodeModule = pJ2kDecodeModule;
}