]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove suggestion to upgrade libcurl
authorCasey Bodley <cbodley@redhat.com>
Mon, 24 Oct 2016 19:02:39 +0000 (15:02 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 9 Nov 2016 15:29:22 +0000 (10:29 -0500)
Reported-by: Ken Dreyer <kdreyer@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit dcff120edaabb6fb0ebba73a716e4d42fa10dcd8)

src/rgw/rgw_http_client.cc

index 9cebb5420d703852e4f7b9ef5f23ab8dfe2d2454..2a9817a23aee6c31fb048939c90d2068f4e83e1c 100644 (file)
@@ -399,8 +399,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);