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:
Casey Bodley 2017-03-16 12:20:20 -04:00 committed by GitHub
commit e2f6839ac2

View File

@ -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;
}