summaryrefslogtreecommitdiff
path: root/indra/llmessage/llurlrequest.cpp
diff options
context:
space:
mode:
authorChristian Goetze <cg@lindenlab.com>2007-12-01 01:29:28 +0000
committerChristian Goetze <cg@lindenlab.com>2007-12-01 01:29:28 +0000
commit7b7dd4e6f61aa731ef7f9f255014f5b76d5b9fec (patch)
tree08bf4cb9354f975940b83cd695a2aa8bb8d74870 /indra/llmessage/llurlrequest.cpp
parent5c53c187fff573ef73a643949b3bded1084b0983 (diff)
svn merge -r74808:74832 svn+ssh://svn/svn/linden/branches/qa-dpo-9a
Diffstat (limited to 'indra/llmessage/llurlrequest.cpp')
-rw-r--r--indra/llmessage/llurlrequest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llurlrequest.cpp b/indra/llmessage/llurlrequest.cpp
index 857f804859..6a09a8bbec 100644
--- a/indra/llmessage/llurlrequest.cpp
+++ b/indra/llmessage/llurlrequest.cpp
@@ -480,6 +480,7 @@ bool LLURLRequest::configure()
mDetail->mHeaders);
}
curl_easy_setopt(mDetail->mCurl, CURLOPT_URL, mDetail->mURL);
+ lldebugs << "URL: " << mDetail->mURL << llendl;
curl_multi_add_handle(mDetail->mCurlMulti, mDetail->mCurl);
mDetail->mNeedToRemoveEasyHandle = true;
}