diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llmessage/llxfermanager.cpp | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
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 | ||