diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-11-01 14:19:00 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-11-01 14:19:00 -0400 |
commit | d4dc41dbd5b54501fcb3c94e07e4753ed4196eac (patch) | |
tree | 1e0d19543655af3f11c21c8b29232d36d16f13da /indra/newview/lltexturefetch.cpp | |
parent | 823b316aa2673635d0263aa59b9bc143d874e402 (diff) |
misc error detection, debug coloration for avatar meshes
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index db08c16f15..43bfb4442b 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -351,7 +351,7 @@ public: if (!success) { worker->setGetStatus(status, reason); -// llwarns << "CURL GET FAILED, status:" << status << " reason:" << reason << llendl; + llwarns << "CURL GET FAILED, status:" << status << " reason:" << reason << " id: " << mID <<llendl; } data_size = worker->callbackHttpGet(channels, buffer, partial, success); |