diff options
author | Justin Clark-Casey (justincc) | 2011-02-25 02:15:06 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-02-25 02:15:06 +0000 |
commit | 2b04cab1ee4b7c89bdfbe93622f421f031879943 (patch) | |
tree | 6bd18ebf33e75af40447f7c10c253f2db2a5403f /OpenSim/Region/CoreModules/Avatar | |
parent | Make the file expiration defaults the same whether the whole [FLOTSAM ASSET C... (diff) | |
download | opensim-SC-2b04cab1ee4b7c89bdfbe93622f421f031879943.zip opensim-SC-2b04cab1ee4b7c89bdfbe93622f421f031879943.tar.gz opensim-SC-2b04cab1ee4b7c89bdfbe93622f421f031879943.tar.bz2 opensim-SC-2b04cab1ee4b7c89bdfbe93622f421f031879943.tar.xz |
change some log messages from info to debug
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 2 |
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); |