small logging tweak

master
Brad Payne (Vir Linden) 2012-11-05 17:36:56 -05:00
parent 9dd856e37e
commit 6d085486bd
1 changed files with 1 additions and 0 deletions

View File

@ -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)),