From 131fb9219e7e42e6cac5a7044c7fe81fbb4e9d52 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Fri, 16 Mar 2012 10:55:42 -0400
Subject: SH-3044 FIX - change avatar log message to LL_DEBUGS to allow
 effective toggling when default is INFO

---
 indra/newview/app_settings/logcontrol.xml | 1 +
 1 file changed, 1 insertion(+)
 mode change 100644 => 100755 indra/newview/app_settings/logcontrol.xml

(limited to 'indra/newview/app_settings/logcontrol.xml')

diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml
old mode 100644
new mode 100755
index a76eb3cd37..39f80cda34
--- a/indra/newview/app_settings/logcontrol.xml
+++ b/indra/newview/app_settings/logcontrol.xml
@@ -42,6 +42,7 @@
 						</array>
 					<key>tags</key>
 						<array>
+							<string>Avatar</string>
 							<!-- sample entry for debugging a specific item	-->
 <!--						<string>Voice</string>		-->
 						</array>
-- 
cgit v1.2.3


From 08b59863b86cd9ed13055ec4a6c948a8134c4883 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Fri, 16 Mar 2012 10:56:49 -0400
Subject: SH-3044 FIX - updated logcontrol.xml

---
 indra/newview/app_settings/logcontrol.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'indra/newview/app_settings/logcontrol.xml')

diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml
index 39f80cda34..81e0b5602c 100755
--- a/indra/newview/app_settings/logcontrol.xml
+++ b/indra/newview/app_settings/logcontrol.xml
@@ -20,7 +20,7 @@
 					<key>tags</key>
 						<array>
 							<string>AppInit</string>
-              <string>Capabilities</string>
+							<string>Capabilities</string>
 							<string>SystemInfo</string>
 							<string>TextureCache</string>
 							<string>AppCache</string>
-- 
cgit v1.2.3


From 681c5de92bd09622de360818682240b0a17403f7 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Wed, 2 May 2012 16:48:09 -0400
Subject: SH-3128 FIX - log message cleanup for avatar rezzing

---
 indra/newview/app_settings/logcontrol.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

(limited to 'indra/newview/app_settings/logcontrol.xml')

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>
-- 
cgit v1.2.3