]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove suggestion to upgrade libcurl 11630/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 24 Oct 2016 19:02:39 +0000 (15:02 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 24 Oct 2016 19:02:41 +0000 (15:02 -0400)
Reported-by: Ken Dreyer <kdreyer@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_http_client.cc

index 70ddbc8001c254e46e1ec4af1673bbbb74fc47c5..157644e38e86fac5fb257fa3e8e619bb9b6371f5 100644 (file)
@@ -471,8 +471,7 @@ static int detect_curl_multi_wait_bug(CephContext *cct, CURLM *handle,
     curl_multi_wait_bug_present = true;
     ldout(cct, 0) << "WARNING: detected a version of libcurl which contains a "
         "bug in curl_multi_wait(). enabling a workaround that may degrade "
-        "performance slightly. please upgrade to a more recent version of "
-        "libcurl." << dendl;
+        "performance slightly." << dendl;
   }
 
   return clear_signal(read_fd);