Reduce severity and remove duplication if a common log message regarding

baked textures
avinationmerge
Melanie 2011-10-28 23:10:22 +02:00
parent 955144584d
commit 9b6ce41b0e
1 changed files with 1 additions and 3 deletions

View File

@ -325,8 +325,6 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
if (checkonly)
return false;
m_log.InfoFormat("[AVFACTORY]: missing baked texture {0}, requesting rebake", face.TextureID);
sp.ControllingClient.SendRebakeAvatarTextures(face.TextureID);
}
}
@ -348,7 +346,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
{
if (m_scene.AssetService.Get(textureID.ToString()) == null)
{
m_log.WarnFormat("[AVFACTORY]: Missing baked texture {0} ({1}) for avatar {2}",
m_log.InfoFormat("[AVFACTORY]: Missing baked texture {0} ({1}) for avatar {2}",
textureID, idx, sp.Name);
return false;
}