diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-11-05 17:36:56 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-11-05 17:36:56 -0500 |
commit | 6d085486bd972406d153beec79449ec30b5a91ff (patch) | |
tree | cebd82d7492e9a8f8dffb249a20ea916b5725ef8 | |
parent | 9dd856e37eb9c80701053f0c1a2c0b268f56f5f2 (diff) |
small logging tweak
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index b2a8a33ecf..4e103bb75e 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -2731,6 +2731,7 @@ public: F32 seconds_to_wait; if (mRetryPolicy->shouldRetry(status,seconds_to_wait)) { + llinfos << "retrying" << llendl; doAfterInterval(boost::bind(&LLAppearanceMgr::requestServerAppearanceUpdate, LLAppearanceMgr::getInstance(), LLCurl::ResponderPtr(this)), |