From 81e29312b06247beb014c76e6c561a16e42f957a Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Tue, 28 Feb 2017 10:05:14 +0100 Subject: [PATCH] rgw: http_client clarify the debug msg function call Signed-off-by: Abhishek Lekshmanan --- src/rgw/rgw_http_client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3