From dcff120edaabb6fb0ebba73a716e4d42fa10dcd8 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 24 Oct 2016 15:02:39 -0400 Subject: [PATCH] rgw: remove suggestion to upgrade libcurl Reported-by: Ken Dreyer Signed-off-by: Casey Bodley --- src/rgw/rgw_http_client.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rgw/rgw_http_client.cc b/src/rgw/rgw_http_client.cc index 70ddbc8001c..157644e38e8 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); -- 2.39.5