summaryrefslogtreecommitdiff
path: root/indra/newview/llaisapi.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-04-13 02:20:33 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-04-13 02:20:42 +0300
commit53f2e1710aab77361085fe2c2a41fea87ede0fb8 (patch)
treee22257ceacfe798a29a6c58e106f2c29e0f76322 /indra/newview/llaisapi.cpp
parent37530c9d736d90ec29b97e3567346a02e2826f97 (diff)
SL-19533 Faster declouding
Diffstat (limited to 'indra/newview/llaisapi.cpp')
-rw-r--r--indra/newview/llaisapi.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp
index ef3305a69d..7a87fc6c3d 100644
--- a/indra/newview/llaisapi.cpp
+++ b/indra/newview/llaisapi.cpp
@@ -707,6 +707,8 @@ void AISAPI::InvokeAISCommandCoro(LLCoreHttpUtil::HttpCoroutineAdapter::ptr_t ht
httpOptions->setTimeout(180);
+ LL_DEBUGS("Inventory") << "Request url: " << url << LL_ENDL;
+
LLSD result;
LLSD httpResults;
LLCore::HttpStatus status;
@@ -721,7 +723,6 @@ void AISAPI::InvokeAISCommandCoro(LLCoreHttpUtil::HttpCoroutineAdapter::ptr_t ht
F32MillisecondsImplicit elapsed_time = ais_timer.getElapsedTimeF32();
LL_DEBUGS("Inventory") << "Request type: " << (S32)type
- << " \nRequest url: " << url
<< " \nRequest target: " << targetId
<< " \nElapsed time ince request: " << elapsed_time
<< " \nstatus: " << status.toULong() << LL_ENDL;