diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llxfermanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llxfermanager.cpp b/linden/indra/llmessage/llxfermanager.cpp index 47c950b..f7b83ec 100644 --- a/linden/indra/llmessage/llxfermanager.cpp +++ b/linden/indra/llmessage/llxfermanager.cpp | |||
@@ -143,8 +143,8 @@ void LLXferManager::setAckThrottleBPS(const F32 bps) | |||
143 | 143 | ||
144 | // Set | 144 | // Set |
145 | F32 actual_rate = llmax(min_bps*1.1f, bps); | 145 | F32 actual_rate = llmax(min_bps*1.1f, bps); |
146 | llinfos << "LLXferManager ack throttle min rate: " << min_bps << llendl; | 146 | LL_DEBUGS("AppInit") << "LLXferManager ack throttle min rate: " << min_bps << LL_ENDL; |
147 | llinfos << "LLXferManager ack throttle actual rate: " << actual_rate << llendl; | 147 | LL_DEBUGS("AppInit") << "LLXferManager ack throttle actual rate: " << actual_rate << LL_ENDL; |
148 | mAckThrottle.setRate(actual_rate); | 148 | mAckThrottle.setRate(actual_rate); |
149 | } | 149 | } |
150 | 150 | ||