mirror of
https://github.com/ceph/ceph
synced 2024-12-28 22:43:29 +00:00
Merge pull request #23318 from theanalyst/wip-curl-errstring
rgw: http client: print curl error messages during curl failures Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
3a77ff454d
@ -1154,6 +1154,7 @@ void *RGWHTTPManager::reqs_thread_entry()
|
||||
<< cct->_conf->rgw_curl_low_speed_limit << " Bytes per second during " << cct->_conf->rgw_curl_low_speed_time << " seconds." << dendl;
|
||||
default:
|
||||
dout(20) << "ERROR: msg->data.result=" << result << " req_data->id=" << id << " http_status=" << http_status << dendl;
|
||||
dout(20) << "ERROR: curl error: " << curl_easy_strerror((CURLcode)result) << dendl;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user