summaryrefslogtreecommitdiff
path: root/indra/newview/llwlhandlers.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-01-24 13:36:59 -0800
committerRider Linden <rider@lindenlab.com>2018-01-24 13:36:59 -0800
commit2d41de9007ce485e2c7e96c487d609cfe1690c29 (patch)
tree58cef8662ba8a1419c8f4d0217674df643b90f2a /indra/newview/llwlhandlers.cpp
parent536aeb54a6130f3d1e20405c8f6cbd29201de26d (diff)
MAINT-8052: Parcel environments. Set, clear and get.
Diffstat (limited to 'indra/newview/llwlhandlers.cpp')
-rw-r--r--indra/newview/llwlhandlers.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llwlhandlers.cpp b/indra/newview/llwlhandlers.cpp
index cd3310d5cb..acec028489 100644
--- a/indra/newview/llwlhandlers.cpp
+++ b/indra/newview/llwlhandlers.cpp
@@ -104,6 +104,8 @@ void LLEnvironmentRequest::environmentRequestCoro(std::string url)
LLSD result = httpAdapter->getAndSuspend(httpRequest, url);
+ LL_WARNS("WindlightCaps") << "Using legacy Windlight caps." << LL_ENDL;
+
if (requestId != LLEnvironmentRequest::sLastRequest)
{
LL_INFOS("WindlightCaps") << "Got superseded by another responder; ignoring..." << LL_ENDL;
@@ -120,7 +122,7 @@ void LLEnvironmentRequest::environmentRequestCoro(std::string url)
return;
}
result = result["content"];
- LL_INFOS("WindlightCaps") << "Received region windlight settings" << LL_ENDL;
+ LL_INFOS("WindlightCaps") << "Received region legacy windlight settings" << LL_ENDL;
LLUUID regionId;
if (gAgent.getRegion())