From 9b6ce41b0e52a91d1f84b158ae5996957df636ba Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 28 Oct 2011 23:10:22 +0200 Subject: Reduce severity and remove duplication if a common log message regarding baked textures --- .../Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs index 236a47c..eff6911 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs @@ -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; } -- cgit v1.1