From: Casey Bodley Date: Mon, 24 Oct 2016 19:02:39 +0000 (-0400) Subject: rgw: remove suggestion to upgrade libcurl X-Git-Tag: v10.2.6~36^2~29^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2d0ccf3636174aeef71026025f3309ed317279bb;p=ceph.git rgw: remove suggestion to upgrade libcurl Reported-by: Ken Dreyer Signed-off-by: Casey Bodley (cherry picked from commit dcff120edaabb6fb0ebba73a716e4d42fa10dcd8) --- diff --git a/src/rgw/rgw_http_client.cc b/src/rgw/rgw_http_client.cc index 9cebb5420d70..2a9817a23aee 100644 --- a/src/rgw/rgw_http_client.cc +++ b/src/rgw/rgw_http_client.cc @@ -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);