diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-01-29 20:48:15 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-01-29 20:48:15 +0000 |
commit | 31adfd75e2716509331edd862d6c0716145d235e (patch) | |
tree | 11b3aaa192596aa09b1ee712b427fb39e24bdfe3 /indra | |
parent | 38649767a03b0007991ff1c7dcf8d99f2511bbc5 (diff) |
SL-12587 - debug logging option to see list of requested caps
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerregion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 5d8660143e..654a028ec4 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -290,6 +290,7 @@ void LLViewerRegionImpl::requestBaseCapabilitiesCoro(U64 regionHandle) LL_INFOS("AppInit", "Capabilities") << "Requesting seed from " << url << " region name " << regionp->getName() << " (attempt #" << mSeedCapAttempts + 1 << ")" << LL_ENDL; + LL_DEBUGS("AppInit", "Capabilities") << "Capabilities requested: " << capabilityNames << LL_ENDL; regionp = NULL; result = httpAdapter->postAndSuspend(httpRequest, url, capabilityNames); |