SH-4226 WIP - small tweaks

master
Brad Payne (Vir Linden) 2013-07-03 13:34:11 -04:00
parent 8f4f745230
commit ca16e3ad26
1 changed files with 2 additions and 2 deletions

View File

@ -3156,7 +3156,7 @@ void RequestAgentUpdateAppearanceResponder::sendRequest()
LL_DEBUGS("Avatar") << "request url " << url << " my_cof_version " << cof_version << llendl;
mInFlightCounter++;
mInFlightTimer.setTimerExpirySec(30.0);
mInFlightTimer.setTimerExpirySec(60.0);
LLHTTPClient::post(url, body, this);
llassert(cof_version >= gAgentAvatarp->mLastUpdateRequestCOFVersion);
gAgentAvatarp->mLastUpdateRequestCOFVersion = cof_version;
@ -3254,7 +3254,7 @@ void RequestAgentUpdateAppearanceResponder::debugCOF(const LLSD& content)
}
if (content["success"].asBoolean())
{
//LL_DEBUGS("Avatar") << dumpResponse() << LL_ENDL;
LL_DEBUGS("Avatar") << "succeeded" << llendl;
if (gSavedSettings.getBOOL("DebugAvatarAppearanceMessage"))
{
dump_sequential_xml(gAgentAvatarp->getFullname() + "_appearance_request_ok", content);