diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-28 12:28:40 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-28 12:28:40 +0100 |
commit | 4f0d41090469c5b43f50308433e3cadbac9f368a (patch) | |
tree | afda68ce7450ada818b1de14991561ace1e96a59 /indra/newview | |
parent | 6c3c9c249304d03b86bf703d27b510f6bcc16189 (diff) |
EXT-7496 FIXED Turn OFF extra Voice debug logging when merging Voice Morphing
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/app_settings/logcontrol.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml index f907f184f7..937c4e4c6a 100644 --- a/indra/newview/app_settings/logcontrol.xml +++ b/indra/newview/app_settings/logcontrol.xml @@ -41,7 +41,8 @@ </array> <key>tags</key> <array> - <string>Voice</string> + <!-- sample entry for debugging a specific item --> +<!-- <string>Voice</string> --> </array> </map> </array> |