diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-06-09 19:22:17 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-06-09 19:22:17 -0500 | 
| commit | ca38d143c2cada5b626ce3cd3962aecf90ba8ea2 (patch) | |
| tree | 378bbcb8dd50eedf3ab090efb065f3e27604b8f8 /indra | |
| parent | fa4d4469dd229030b46c11c6060fdbcfaec12e41 (diff) | |
Enable debug logging of capabilities to track down why viewer isn't fetching them correctly sometimes.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/app_settings/logcontrol.xml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml index 937c4e4c6a..9f4e89691f 100644 --- a/indra/newview/app_settings/logcontrol.xml +++ b/indra/newview/app_settings/logcontrol.xml @@ -20,6 +20,7 @@  					<key>tags</key>  						<array>  							<string>AppInit</string> +              <string>Capabilities</string>  							<string>SystemInfo</string>  							<string>TextureCache</string>  							<string>AppCache</string> @@ -43,6 +44,7 @@  						<array>  							<!-- sample entry for debugging a specific item	-->  <!--						<string>Voice</string>							--> +              <string>Capabilities</string>  						</array>  				</map>  			</array> | 
