Fix paused frame overflow, thanks Rye!
This commit is contained in:
@@ -198,7 +198,7 @@ void LLXferManager::updateHostStatus()
|
||||
<< " is " << xferp->mXferSize << " bytes"
|
||||
<< ", status " << (S32)(xferp->mStatus)
|
||||
<< ", waiting for ACK: " << (S32)(xferp->mWaitingForACK)
|
||||
<< " in frame " << (S32) LLFrameTimer::getFrameCount()
|
||||
<< " in frame " << LLFrameTimer::getFrameCount()
|
||||
<< LL_ENDL;
|
||||
}
|
||||
|
||||
@@ -209,7 +209,7 @@ void LLXferManager::updateHostStatus()
|
||||
<< " has " << (*iter)->mNumActive
|
||||
<< " active, " << (*iter)->mNumPending
|
||||
<< " pending"
|
||||
<< " in frame " << (S32) LLFrameTimer::getFrameCount()
|
||||
<< " in frame " << LLFrameTimer::getFrameCount()
|
||||
<< LL_ENDL;
|
||||
}
|
||||
#endif // LL_XFER_DIAGNOISTIC_LOGGING
|
||||
|
||||
Reference in New Issue
Block a user