diff options
author | McCabe Maxsted | 2010-01-01 22:54:55 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-01-01 22:54:55 -0700 |
commit | fac731b40e279e45ba823302c29af2dd05610383 (patch) | |
tree | 5e8fd4c86eec41e4dc2b057ab9a730d64b263da8 | |
parent | Merge commit 'jacek/next' into next (diff) | |
download | meta-impy-fac731b40e279e45ba823302c29af2dd05610383.zip meta-impy-fac731b40e279e45ba823302c29af2dd05610383.tar.gz meta-impy-fac731b40e279e45ba823302c29af2dd05610383.tar.bz2 meta-impy-fac731b40e279e45ba823302c29af2dd05610383.tar.xz |
Added missing debug tags to logcontrol.xml
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 7 | ||||
-rw-r--r-- | linden/indra/newview/app_settings/logcontrol.xml | 13 |
2 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 357710f..c414274 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,10 @@ | |||
1 | 2010-01-01 McCabe Maxsted <hakushakukun@gmail.com> | ||
2 | |||
3 | * Added missing debug tags to logcontrol.xml. | ||
4 | |||
5 | modified: linden/indra/newview/app_settings/logcontrol.xml | ||
6 | |||
7 | |||
1 | 2009-12-31 McCabe Maxsted <hakushakukun@gmail.com> | 8 | 2009-12-31 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 9 | ||
3 | * Moved notify when L$ spent from Preferences > General to Preferences > Popups. | 10 | * Moved notify when L$ spent from Preferences > General to Preferences > Popups. |
diff --git a/linden/indra/newview/app_settings/logcontrol.xml b/linden/indra/newview/app_settings/logcontrol.xml index d49843a..60f78b7 100644 --- a/linden/indra/newview/app_settings/logcontrol.xml +++ b/linden/indra/newview/app_settings/logcontrol.xml | |||
@@ -41,13 +41,26 @@ | |||
41 | <key>tags</key> | 41 | <key>tags</key> |
42 | <array> | 42 | <array> |
43 | <string>OpenAL</string> | 43 | <string>OpenAL</string> |
44 | <string>APR</string> | ||
44 | <string>AudioEngine</string> | 45 | <string>AudioEngine</string> |
45 | <string>MediaImpl</string> | 46 | <string>MediaImpl</string> |
46 | <string>MediaInfo</string> | 47 | <string>MediaInfo</string> |
47 | <string>MediaCallback</string> | 48 | <string>MediaCallback</string> |
48 | <string>MediaBuffering</string> | 49 | <string>MediaBuffering</string> |
50 | <string>MediaManager</string> | ||
49 | <string>MediaState</string> | 51 | <string>MediaState</string> |
50 | <string>ShaderLoading</string> | 52 | <string>ShaderLoading</string> |
53 | <string>XMLNode</string> | ||
54 | |||
55 | <!--Unused debug messages below--> | ||
56 | |||
57 | <!--<string>RLV</string> | ||
58 | <string>Messaging</string> | ||
59 | <string>ViewerImages</string> | ||
60 | <string>Throttle</string> | ||
61 | <string>Voice</string> | ||
62 | <string>VivoxProtocolParser</string> | ||
63 | <string>Wearable</string>--> | ||
51 | </array> | 64 | </array> |
52 | </map> | 65 | </map> |
53 | </array> | 66 | </array> |