diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-05-02 16:48:09 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-05-02 16:48:09 -0400 |
commit | 681c5de92bd09622de360818682240b0a17403f7 (patch) | |
tree | 111e0034cf5692e9fe593c75820a5b07a32ee13d /indra/newview/app_settings | |
parent | 678864e4ed497de7d17e02fa79b93be54379a5b8 (diff) |
SH-3128 FIX - log message cleanup for avatar rezzing
Diffstat (limited to 'indra/newview/app_settings')
-rwxr-xr-x | indra/newview/app_settings/logcontrol.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml index 81e0b5602c..64122bbb6c 100755 --- a/indra/newview/app_settings/logcontrol.xml +++ b/indra/newview/app_settings/logcontrol.xml @@ -42,9 +42,10 @@ </array> <key>tags</key> <array> - <string>Avatar</string> - <!-- sample entry for debugging a specific item --> -<!-- <string>Voice</string> --> + <!-- sample entry for debugging specific items + <string>Avatar</string> + <string>Voice</string> + --> </array> </map> </array> |