summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2012-11-06 18:18:27 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2012-11-06 18:18:27 -0500
commitc3b00d4063fe4f85ec293b98750735b94776c4fe (patch)
treed49e13d60af8bf9b346536623ccae7bee3602eea /indra/newview/lltexturefetch.cpp
parent85e03582b21aef8a74613d14d5dcde63cf476cdb (diff)
parentee2bc008ea8f04ffd1271787382a2b756e6293aa (diff)
merge
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r--indra/newview/lltexturefetch.cpp2
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);