diff options
author | Merov Linden <merov@lindenlab.com> | 2014-06-10 14:04:53 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-06-10 14:04:53 -0700 |
commit | ae2f24d0c10a9a91090aa040f8367e8691fcbbd1 (patch) | |
tree | f71d8be0637e695cdd58491ea02cb1305d8843ae /indra/newview/llmarketplacefunctions.cpp | |
parent | d37ef40e98059e0ceb40385e3c40e891e6eec4ec (diff) |
DD : Clean up marketplace listings folder creation so we create it in only one place
Diffstat (limited to 'indra/newview/llmarketplacefunctions.cpp')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.cpp | 4 |
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; |