From: Abhishek Lekshmanan Date: Tue, 28 Feb 2017 09:05:14 +0000 (+0100) Subject: rgw: http_client clarify the debug msg function call X-Git-Tag: v12.0.1~62^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=81e29312b06247beb014c76e6c561a16e42f957a;p=ceph.git rgw: http_client clarify the debug msg function call Signed-off-by: Abhishek Lekshmanan --- diff --git a/src/rgw/rgw_http_client.cc b/src/rgw/rgw_http_client.cc index 18de1a9b617f..809aa8199442 100644 --- a/src/rgw/rgw_http_client.cc +++ b/src/rgw/rgw_http_client.cc @@ -121,7 +121,7 @@ size_t RGWHTTPClient::simple_send_http_data(void * const ptr, RGWHTTPClient *client = static_cast(_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; }