summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2011-08-18 16:10:49 -0400
committerLogan Dethrow <log@lindenlab.com>2011-08-18 16:10:49 -0400
commit4fb809eed5fbed458b5be883fba7196a5712aa48 (patch)
treeba0ad4b532796c8a00ce4d1bfc574c3be1e1bac8 /indra/llmessage
parentd79eedcfc3bbd0c72505bcf9bec98532a6fd5feb (diff)
Backed out revision cbc793dcd3db to disable libcurl verbose logging.
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/llcurl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp
index 9ddf8e2824..bfdf49c74b 100644
--- a/indra/llmessage/llcurl.cpp
+++ b/indra/llmessage/llcurl.cpp
@@ -469,7 +469,7 @@ void LLCurl::Easy::prepRequest(const std::string& url,
if (post) setoptString(CURLOPT_ENCODING, "");
- setopt(CURLOPT_VERBOSE, 1); // useful for debugging
+ //setopt(CURLOPT_VERBOSE, 1); // useful for debugging
setopt(CURLOPT_NOSIGNAL, 1);
// Set the CURL options for either Socks or HTTP proxy