Merge branch 'master' of git://github.com/Shyotl/SingularityViewer
This commit is contained in:
@@ -1452,7 +1452,7 @@ bool LLTextureFetchWorker::doWork(S32 param)
|
||||
S32 max_attempts;
|
||||
switch(mGetStatus)
|
||||
{
|
||||
#define HTTP_CASE(name) case name: LL_DEBUGS("TexDebug") << mID << " status = " << mGetStatus << " (" << ##name << ")" << " Failcount = " << mHTTPFailCount << llendl; break;
|
||||
#define HTTP_CASE(name) case name: LL_DEBUGS("TexDebug") << mID << " status = " << mGetStatus << " (" << #name << ")" << " Failcount = " << mHTTPFailCount << llendl; break;
|
||||
HTTP_CASE(HTTP_CONTINUE)
|
||||
HTTP_CASE(HTTP_SWITCHING_PROTOCOLS)
|
||||
HTTP_CASE(HTTP_OK)
|
||||
|
||||
Reference in New Issue
Block a user