From: Casey Bodley Date: Mon, 24 Oct 2016 19:02:39 +0000 (-0400) Subject: rgw: remove suggestion to upgrade libcurl X-Git-Tag: v11.1.0~505^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11630%2Fhead;p=ceph.git rgw: remove suggestion to upgrade libcurl Reported-by: Ken Dreyer Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_http_client.cc b/src/rgw/rgw_http_client.cc index 70ddbc8001c2..157644e38e86 100644 --- a/src/rgw/rgw_http_client.cc +++ b/src/rgw/rgw_http_client.cc @@ -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);