summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-14 12:19:58 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-14 12:19:58 +0000
commit7088858ee0b97a0576dcae6a0ad770412651301a (patch)
treed8d7acf0f2f5181fcc874ca24329673a4f5d94e2 /src
parent4e841bcc1010f8dd36031c57460908c368c5cb9f (diff)
downloadceph-libs3-7088858ee0b97a0576dcae6a0ad770412651301a.tar.gz
* Whoops, accidentally left some debugging in my last checkin
Diffstat (limited to 'src')
-rw-r--r--src/request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/request.c b/src/request.c
index a0643ac..4249243 100644
--- a/src/request.c
+++ b/src/request.c
@@ -807,7 +807,7 @@ static S3Status setup_curl(Request *request,
}
// Debugging only
- curl_easy_setopt_safe(CURLOPT_VERBOSE, 1);
+ // curl_easy_setopt_safe(CURLOPT_VERBOSE, 1);
// Set private data to request for the benefit of S3RequestContext
curl_easy_setopt_safe(CURLOPT_PRIVATE, request);