aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerthrottle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerthrottle.cpp')
-rw-r--r--linden/indra/newview/llviewerthrottle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerthrottle.cpp b/linden/indra/newview/llviewerthrottle.cpp
index ceff856..54188cd 100644
--- a/linden/indra/newview/llviewerthrottle.cpp
+++ b/linden/indra/newview/llviewerthrottle.cpp
@@ -182,9 +182,9 @@ void LLViewerThrottleGroup::dump()
182 S32 i; 182 S32 i;
183 for (i = 0; i < TC_EOF; i++) 183 for (i = 0; i < TC_EOF; i++)
184 { 184 {
185 llinfos << LLViewerThrottle::sNames[i] << ": " << mThrottles[i] << llendl; 185 LL_DEBUGS("Throttle") << LLViewerThrottle::sNames[i] << ": " << mThrottles[i] << LL_ENDL;
186 } 186 }
187 llinfos << "Total: " << mThrottleTotal << llendl; 187 LL_DEBUGS("Throttle") << "Total: " << mThrottleTotal << LL_ENDL;
188} 188}
189 189
190class LLBPSListener : public LLSimpleListener 190class LLBPSListener : public LLSimpleListener