diff options
author | Justin Clark-Casey (justincc) | 2013-02-21 23:08:50 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-21 23:08:50 +0000 |
commit | 9de670c550fd6847c2c14413d2c956f446b958f0 (patch) | |
tree | 3f661410ca5f11c29e8b61c28b17953685057a0c /OpenSim/Region/CoreModules | |
parent | BulletSim: add OutOfBounds logic and some position sanity checking (diff) | |
download | opensim-SC_OLD-9de670c550fd6847c2c14413d2c956f446b958f0.zip opensim-SC_OLD-9de670c550fd6847c2c14413d2c956f446b958f0.tar.gz opensim-SC_OLD-9de670c550fd6847c2c14413d2c956f446b958f0.tar.bz2 opensim-SC_OLD-9de670c550fd6847c2c14413d2c956f446b958f0.tar.xz |
minor: Change summary in "show appearance" console command to "incomplete" rather than "corrupt"
Corrupt is misleading - it implies textures were uploaded but are not j2k valid.
The actual situation is that at least one required baked texture is not present.
Diffstat (limited to 'OpenSim/Region/CoreModules')
-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 ce79f07..00d1fd8 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | |||
@@ -693,7 +693,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
693 | } | 693 | } |
694 | 694 | ||
695 | bool bakedTextureValid = m_scene.AvatarFactory.ValidateBakedTextureCache(sp); | 695 | bool bakedTextureValid = m_scene.AvatarFactory.ValidateBakedTextureCache(sp); |
696 | outputAction("{0} baked appearance texture is {1}", sp.Name, bakedTextureValid ? "OK" : "corrupt"); | 696 | outputAction("{0} baked appearance texture is {1}", sp.Name, bakedTextureValid ? "OK" : "incomplete"); |
697 | } | 697 | } |
698 | } | 698 | } |
699 | } | 699 | } |