summaryrefslogtreecommitdiff
path: root/indra/newview/llmarketplacefunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llmarketplacefunctions.cpp')
-rwxr-xr-xindra/newview/llmarketplacefunctions.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llmarketplacefunctions.cpp b/indra/newview/llmarketplacefunctions.cpp
index 3b68c12d11..fe67683de5 100755
--- a/indra/newview/llmarketplacefunctions.cpp
+++ b/indra/newview/llmarketplacefunctions.cpp
@@ -1173,6 +1173,10 @@ std::string LLMarketplaceData::getSLMConnectURL(const std::string& route)
{
url = "https://marketplace.secondlife-staging.com/api/1/viewer/" + gAgentID.asString();
}
+ else
+ {
+ llinfos << "Merov : DD cap = " << url << ", agent = " << gAgentID.asString() << llendl;
+ }
url += route;
}
return url;