mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
Merge pull request #13688 from theanalyst/fix/rgw/http-client-dout-msg
rgw: http_client clarify the debug msg function call Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
e2f6839ac2
@ -121,7 +121,7 @@ size_t RGWHTTPClient::simple_send_http_data(void * const ptr,
|
||||
RGWHTTPClient *client = static_cast<RGWHTTPClient *>(_info);
|
||||
int ret = client->send_data(ptr, size * nmemb);
|
||||
if (ret < 0) {
|
||||
dout(0) << "WARNING: client->receive_data() returned ret="
|
||||
dout(0) << "WARNING: client->send_data() returned ret="
|
||||
<< ret << dendl;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user