aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar
diff options
context:
space:
mode:
authorMelanie2011-02-27 19:47:37 +0000
committerMelanie2011-02-27 19:47:37 +0000
commit9b277b372be4e1071c02f87a53cb70a4324d77fa (patch)
tree35183674cbacc79f2931a9cc11f747974fff845b /OpenSim/Region/CoreModules/Avatar
parentFix a few little things (diff)
parentchange some log messages from info to debug (diff)
downloadopensim-SC-9b277b372be4e1071c02f87a53cb70a4324d77fa.zip
opensim-SC-9b277b372be4e1071c02f87a53cb70a4324d77fa.tar.gz
opensim-SC-9b277b372be4e1071c02f87a53cb70a4324d77fa.tar.bz2
opensim-SC-9b277b372be4e1071c02f87a53cb70a4324d77fa.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
index f8ce444..08ac624 100644
--- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
@@ -167,7 +167,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
167 } 167 }
168 } 168 }
169 169
170 m_log.InfoFormat("[AVFACTORY]: complete texture check for {0}", client.AgentId); 170 m_log.DebugFormat("[AVFACTORY]: complete texture check for {0}", client.AgentId);
171 171
172 // If we only found default textures, then the appearance is not cached 172 // If we only found default textures, then the appearance is not cached
173 return (defonly ? false : true); 173 return (defonly ? false : true);